Write a program in python print hello
Answers
Answered by
0
print("hello")
This is the only code you want to write for printing.
Answered by
0
Explanation:
Write a program in python print hello
print('hello')
Similar questions