PAPiyush Agarwalinpiyushcodespythonhashnodedev.hashnode.dev·3d ago · 1 min readPython Challenge: Day 1 - Variables and My First Codename = 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 + n11P