I am starting my python journey today. I'll be sharing my progress and code snippets along with anything interesting I get to know!
This is Python 3!
Basic Input-Output Snippet
>>> input()
Hello world!
Output- Hello World
>>> print("Hello" * 2)
Output- Hello Hello
>>> print(1,2,3)
Output- 1 2 3
🌼Please comment if you have any suggestions or encouraging words.🌼
Top comments (3)
Good luck with your Python journey! I'm a Microsoft Certified Python professional so if you need some help, let me know :)
Thank you so much, this means a lot :)
No issues! Just follow me back here. That way I can DM you about something I made myself so that it can help you. :)