Curipod placeholder

Input and print function in python

0
1

Curipod generated lesson: "Input and print function in python". #8-10

Profile picture of asma

asma

Updated 5 months ago

1. Word cloud
120 seconds
What is the most basic way to print something in Python?
2. Open question
300 seconds
What is the purpose of using the input function in Python?
3. Open question
300 seconds
What challenges have you encountered when using the input and print functions in Python?
4. Open question
300 seconds
What strategies have you used to help you remember how to use the input and print functions in Python?
5. Drawings
450 seconds
Brain break: Draw a potato with superhero feathers, flying across the sky.
6. Poll
60 seconds
What function do you use to get input from the user in Python?
  • user_input()
  • input()
  • get_input()
7. Poll
60 seconds
Which of the following is a correct way to use print function in python?
  • print('Hello World!')
  • 'Hello World!'
  • 'Hello World!' print
8. Poll
60 seconds
What does the input() function return by default?
  • Integer
  • String
  • Boolean
9. Poll
60 seconds
What is the output of this code: print(3+5*2)?
  • 13
  • 11
  • 16
10. Poll
60 seconds
How do you cast a string into an integer in Python?
  • (string)input()
  • int(input())
  • (integer)input()
11. Open question
180 seconds
Work together in pairs: What are three different ways you can use the print() function to print out strings in Python?

Suggested content