DEV Community

Ari Wira Saputra
Ari Wira Saputra

Posted on

Days_1 Print Statements

Check out what I did on my first day of Python with #replit100daysofcode!

Name = "Ari Wira Saputra"
Date = "29 Februari 2000"
print(Name + " " + Date)
Text = "I am signing up for Replit's 100 days of Python challenge!
I will make sure to spend some time every day coding along, for a
minimum of 10 minutes a day. I'll be using Replit, an amazing
online IDE so I can do this from my phone wherever I happend to be.
No excuses for not coding from the middle of a field!"
print(Text)
Enter fullscreen mode Exit fullscreen mode

Image description

Top comments (0)