24 Dec, 2022

Python Zero to Hero

### DAY 1print("Welcome")val1 = 5#val1 is a variable in this caseprint("val1")print("Value of variable val1 =",val1)#type()

Read More