Python - Basics and Execution Environment
Consider this script saved as
calc.py:result = 5 + 3 print(result)What will be the output when run in script mode?
calc.py:result = 5 + 3 print(result)What will be the output when run in script mode?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions