Computer Science, asked by akashojha6183, 7 months ago

Write a program in python print hello

Answers

Answered by shardul1925
0

print("hello")

This is the only code you want to write for printing.

Answered by pankaj15513
0

Explanation:

Write a program in python print hello

print('hello')

Similar questions