What does Python print as a result of this statement: print(7 + 23)
Answers
Answered by
1
sir it will print 7+23 = 30
Answered by
0
Python will print 30 as a result of the statement: print (7+23).
- Python Explained.
- Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable.
- It uses English keywords frequently whereas other languages use punctuation, and it has fewer syntactical constructions than other languages.
- Python is a MUST for students and working professionals to become a great Software Engineer especially when they are working in Web Development Domain.
Similar questions