Computer Science, asked by sadiyamukri222, 5 months ago


What will be the output of
following program
# This is a simple Program
# to output Simple Statements
print(" Python is an obiect oriented language")
#print("It is a cross
platform language")
Print ( "Python is a high
levellanguage")

Answers

Answered by Oreki
1

Output:

Python is an object oriented language

Python is a high-level language

Answered by Anonymous
2

Answer:

hello,

Explanation:

the output of  following program will be:

Python is an object oriented language

It is a cross  platform language

Python is a high  level language

hope it helps you

please mark brainliest

@ItzSnowySecret07

Similar questions