Write the output of the following code #print("this is a sample program ") Print (" Phyton language ")
Answers
Answered by
1
Answer:
the output will be
this is a sample program
Python language
Explanation:
the code prints the line inside the brackets
Similar questions