DEV Community

Anjali Chaturvedi
Anjali Chaturvedi

Posted on

Python Prowess: Day 1

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! 
Enter fullscreen mode Exit fullscreen mode

Output- Hello World

>>> print("Hello" * 2)
Enter fullscreen mode Exit fullscreen mode

Output- Hello Hello

>>> print(1,2,3)
Enter fullscreen mode Exit fullscreen mode

Output- 1 2 3

🌼Please comment if you have any suggestions or encouraging words.🌼

Top comments (3)

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Good luck with your Python journey! I'm a Microsoft Certified Python professional so if you need some help, let me know :)

Collapse
 
ic1101virgo profile image
Anjali Chaturvedi

Thank you so much, this means a lot :)

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

No issues! Just follow me back here. That way I can DM you about something I made myself so that it can help you. :)