How do you print "Hi" in python?
Answers
Answered by
2
Answer:
print("Hi")
Explanation:
Try it yourself in Python.
Hope this helps!
Answered by
1
Answer:
- write the program
- open your python editor and enter the following code : print ( hi/hello world )
- save your program , go ahead and save your program to a file called hello.py
Similar questions