(Python based question)
If x=2, indicate what each of the following Python statements would print
1. print("x")
2. print('x')
3. print(x)
4. print("x+1")
5. print('x'+1)
6. print(x+1)

Answers & Comments


Add an Answer


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 EHUB.TIPS team's - All rights reserved.