0 of 3 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 3 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Which of the following can be put inside a print statement? (and actually make your program print something)
If the following ran, what would the statement print?
print(“Coding ” +”is” + “so” , “easy”)
Hint: if you’re unsure about what a ‘,’ instead of a ‘+’ trying running the statement and experiment.
True or False? When using input(), and you don’t want to put anything inside the brackets you can instead choose not to use the brackets and instead just write ‘input’