Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
Can anyone tell me how to write a program in Python?

1 Answer

0 votes
by (108k points)

If you want to write a simple program in Python, then you can write:

text=’This is the first program in Python’)

print(‘The text is: ‘,text)

If you are looking for an online course to learn Python, I recommend this Python Online Course program by Intellipaat.

Browse Categories

...