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()
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
aniketbarphe on Nov. 7, 2021
Thank You!