ShriRam Changed status to publish August 17, 2023
name = input(“Enter Your Name= “)
address = input(“Enter Your Address= “)
mobile = int(input(“Enter Your Mobile Number= “))
print(“********************************”)
print(“Your name= “, name)
print(“Your address= “, address)
print(“Your mobile num= “, mobile)
ShriRam Changed status to publish August 17, 2023