Python Challenge: Day 1 - Variables and My First Code
name = input("enter your name: ")
print("Hello " + name + ", welcome to Python World!")
num1 = int(input("enter your first number: "))
num2 = int(input("enter your second number: "))
result = num1 + n
piyushcodespythonhashnodedev.hashnode.dev1 min read
Piyush Agarwal
Welcome to Day 1! Try the challenge task mentioned in the post and share your code in the replies below. Let's learn together!