C-16-Q036mediumsingle_mcq
After age = 25, the statement that prints this value is:
After age = 25, the statement that prints this value is:
- a
print('age') - b
print(age) - c
show(age) - d
age.print()
After age = 25, the statement that prints this value is:
print('age')print(age)show(age)age.print()