Day #4 - My First Python Program

Day #4 - My First Python Program

ยท

2 min read

Introduction

While writing this post I am very excited. In today's blog, I wrote my first ever python program and I will discuss what I learned on day 4 of my coding journey. So let's get started......

What is print()

The print() statement is used to print what is inside the print() as output

My first ever CODE

Since I was excited I wrote multiple lines of code using print() statement. Wrote some base instructions and did some Maths operations and guess what !! computer printed the outputs on the screen and did my maths questions.

print("Hello World", 7)
print(5)
print("Bye")
print(17*13)
print(2+3)


print("Hey Guys, This is my first ever Python program")

Output

Coding in SHELL

In the shell, we can write single-line commands as in the examples below.

What are SHELL and REPL

Resources Used

You can watch the video of Day#4 by clicking on the below link ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

Conclusion

Thanks, guys for going through this blog post. I am very excited as I wrote my first PYTHON program and this is what I feel is the baby steps in the world of programming. Slow and steady will learn and raise the bar

So this is it for the first BLOG post and Day #4 of Python.

See you in the next one.....


About Me

Hey Guys, I am Chintan Jain from CodeWithJain. I am a trader and content creator. I am also passionate about tech and hence wanted to explore the field of tech. I always wanted to learn to code so I watched many tutorials but procrastinated practicing coding. To get into the habit of coding consistently I am starting to BLOG with HASHNODE on daily basis.

I will document my coding journey from scratch and share my daily learnings in a blog post on HASHNODE. I hope you all will enjoy my content and my coding journey.

So what are you waiting for, smash the FOLLOW and LIKE buttons and follow along my coding journey, a step to create more beautiful digital products and empower people.


ย