correct this program[PYTHON] computer
Print(Hello)
Print ("World")
Print (Hello+World);
Answers
Answered by
0
Answer:
;
remove this then the program is right
Answered by
2
Corrected program:
print("Hello")
print("World")
print("Hello" + "World")
Similar questions
English,
8 hours ago
Math,
8 hours ago
Computer Science,
8 months ago
Geography,
8 months ago
English,
8 months ago