In this course, you learned about Python input and output and how your Python program can communicate with the user. You should now have a good foundation for obtaining data from a user with input()
and displaying results to the console with print()
.
In this course, you learned how to:
- Take user input from the keyboard with the built-in function
input()
- Display output to the console with the built-in function
print()
aniketbarphe on Nov. 7, 2021
Thank You!