Python_01

Create an engaging illustration of a computer screen displaying Python code, surrounded by elements symbolizing learning and programming, like books and gears.

Python Fundamentals Quiz

Test your knowledge of Python programming with our engaging quiz! Whether you are a beginner or just want to refresh your skills, this quiz will challenge your understanding of Python's basic concepts.

Join us and discover:

  • 10 insightful questions
  • Multiple choice and checkbox formats
  • A chance to improve your coding skills
10 Questions2 MinutesCreated by CodingWizard47
What is python ?
Programming language
Cookbook
An animal
What is the output of 4 == 2 ?
True
False
6
How to comment your code ?
#This is a comment
//This is a comment
How to get the user using python ?
Input('Type your name plz')
Data.get('Type your name plz')
How to print your name ? Name = "Ahmed"
Print(Name)
Println(Name)
Print.name()
Variable names in python:
List = "Ahmed"
Var = "ahmed"
0var = "ahmed"
What is the output of : x = 5; y = "My age is" => print(y+x)
My age is 5
My age is5
How to split a string: var = "Hello world"
Var.split(' ')
Split.var()
How to find "he" in a string ? var = 'hello world'
Var.find('he')
Find.var('he')
What is the output of: x = "WiDED"; x.swapcase()
WIded
Wided
WIDED
{"name":"Python_01", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge of Python programming with our engaging quiz! Whether you are a beginner or just want to refresh your skills, this quiz will challenge your understanding of Python's basic concepts.Join us and discover:10 insightful questionsMultiple choice and checkbox formatsA chance to improve your coding skills","img":"https:/images/course8.png"}
Powered by: Quiz Maker