Respuesta :
Answer:
answer = input("How old are you?")
Explanation:
Answer is a variable The Input function takes a string
Answer:
- answer = input("How old are you? ")
- answer = '23'
- answer = "23"
Explanation: Correct on Edg 2020/2021.
Answer:
answer = input("How old are you?")
Explanation:
Answer is a variable The Input function takes a string
Answer:
Explanation: Correct on Edg 2020/2021.