Write First Program in Python

Write First Program in Python

Write a program in python to print welcome to python

message=input("Welcome to Python")
print("message")

Output:-

Welcome to Python

Post a Comment

0 Comments