how to print 'hello world' in python
Answers
Answered by
24
Open Python IDLE of notepad
Type there
Print"Hello World"
It is done
Okh
Hopes
Answered by
36
Hello Dear ✔️✔️↙️↙️
Python Hello World
1) Write the Program. Open your Python editor (IDLE is fine), and enter the following code: print("Hello World") ...
2) Save your Program. Go ahead and save your program to a file called hello.py . This is typically done using the editor's File > Save or similar. ...
3) Run your Program. Here's how to run the program:
I hope it's helps you Mark as Brainliest answer And heart the answer...
Similar questions