Computer Science, asked by sharmaksanjana, 12 days ago

What does Python print as a result of this statement: print(7 + 23)​

Answers

Answered by rishibiswas071
1

sir it will print 7+23 = 30

Answered by sharonr
0

Python will print 30 as a result of the statement: print (7+23).

  • Python Explained.
  1. Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable.
  2. It uses English keywords frequently whereas other languages use punctuation, and it has fewer syntactical constructions than other languages.
  3. 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