Font size
WorksheetsGetting started with Python: Writing Code
Total questions: 20
Worksheet time: 5hrs 0mins
Python is one of the most popular and useful languages used to give instructions to computers.
Continue
.
continue
.
send
display
( )
(
) (
)
Both lines are printed.
This will not run
This will run
Error because of the comment.
print (" ")
print ( )
print =
print, "Order Shipped"
print, Order Shipped
(a)
Write full and complete code. No need space
(a)
Write full and complete code. No need space
(a)
Order Ready
"Order Ready"
Write full and complete code. No need space
(a)
Which of the following lines is a valid comment in Python?
<!-- This is a comment -->
/* This is a comment */
// This is a comment
# This is a comment
An error
Level Up
nothing / no message
Write full and complete code. No need space
(a)
Write full and complete code. No need space
(a)
Write full and complete code. No need space
(a)
Write full and complete code. No need space
(a)
to display the number 24 on screen
to send the number 24 to the printer
to delete the number 24
