Python - Basics and Execution Environment
What will be the output of this code?
# print('Test')
print('Python')# print('Test')
print('Python')# print('Test') is a comment and will not execute.print('Python') will print the string 'Python'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions