Question 1 (Beginner):
What is the output of the following Python code?
A) 15
B) 555
C) 5 5 5
D) Error
#Python #Beginner #StringOperations #CodingQuiz #LearnPython
What is the output of the following Python code?
print("5" * 3)
A) 15
B) 555
C) 5 5 5
D) Error
#Python #Beginner #StringOperations #CodingQuiz #LearnPython