ICT (10th Grade)
Input Function in Python
What is the correct syntax to prompt the user for input in Python?
input()
get_input()
user_input()
prompt()
Next