Question: Q1.How do I create a variable with a numeric value of 5? (CHOOSE RIGHT ANSWER) x = unt (5) x = 5 Both of the
Q1.How do I create a variable with a numeric value of 5? (CHOOSE RIGHT ANSWER)
- x = unt (5)
- x = 5
- Both of the above are correct
- None of the above
Q2.How to insert COMMENTS into Python code? (CHOOSE RIGHT ANSWER)
- /* comment
- # comment
- // comment
- / comment
Q3.What is the correct syntax for "Hello World" output in Python version 3? (CHOOSE RIGHT ANSWER)
- p ('Hello World')
- echo ("Hello World")
- echo "Hello World"
- print ("Hello World")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
