Write a Python Program to print "hello world" 30 times on screen
class 11
Answers
Answered by
1
Answer:
Output Hello, world! In this program, we have used the built-in print() function to print the string Hello, world! on our screen. By the way, a string is a sequence of characters. In Python, strings are enclosed inside single ...
Missing: 30 | Must include: 30
Answered by
2
Answer:
Hi,
Explanation:
Use the "print" command to print the line "Hello, World!". print("Goodbye, World!") print("Hello, World!") test_output_contains("Hello, World!") success_msg('Great job! ')
Similar questions