Question: Q1.In Python, 'Hello' is the same as Hello.(CHOOSE RIGHT ANSWER) Yes No Q2.How to create a function correctly in Python? (CHOOSE RIGHT ANSWER) def myFunc
Q1.In Python, 'Hello' is the same as "Hello".(CHOOSE RIGHT ANSWER)
- Yes
- No
Q2.How to create a function correctly in Python? (CHOOSE RIGHT ANSWER)
- def myFunc ()
- func myFunc ()
- create myFunc ()
- None of the above
Q3.How do I create a floating number variable 2.8? (CHOOSE RIGHT ANSWER)
- x = float (2.8)
- x = 8
- Both of the above are correct
- None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
