Computer Science, asked by Saahokumar, 10 months ago

Write the output of the following code #print("this is a sample program ") Print (" Phyton language ")

Answers

Answered by zaid723858
1

Answer:

the output will be

this is a sample program

Python language

Explanation:

the code prints the line inside the brackets

Similar questions