write a python programing to print "welcome to python programing
Answers
Answered by
7
Printing text - Python
Before we print, let's first know about something in Python. In Python, we use print function (a parameterized sequence of statement) to output the text.
So to generate the text we use the print function.
The Program
print('Welcome to python programming')
The output of the given program will be as follows:
Welcome to python programming.
Answered by
1
Answer:
variable = "welcome to python programing"
print(variable)
Similar questions
Biology,
18 days ago
English,
18 days ago
English,
18 days ago
Accountancy,
1 month ago
English,
1 month ago
Political Science,
8 months ago
Art,
8 months ago
Geography,
8 months ago