Home | Computer Science

<
Python

Program

Write a program to print message hello world


Program
INPUT

print("hello world")

OUTPUT