Computer Science, asked by 27axie, 4 months ago

How do you print "Hi" in python?

Answers

Answered by aaronxie2009
2

Answer:

print("Hi")

Explanation:

Try it yourself in Python.

Hope this helps!

Answered by awantika46
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