Computer Science, asked by AditiPrasanth, 10 months ago

Write the output for the following python code
>>>a,b=15.3,3
>>>subject = "computer science "
>>>marks =89.72
>>>total =100
>>>name="ayushmaan"
>>>print name
>>>print total
>>>print subject
>>>print marks
>>>c = a/b
>>>print c

Answers

Answered by Lazarus
0

Answer:

ALTHOUGH WE CONDEMN ON BOTH JAVA IEA AND PYTHON PROGRAMMING LANGUAGE I'LL TRY MY BEST TO DISPLAY THE OUTPUT IN PYTHON..

ayushmaan

100

computer science

89.72

15.3/3

=5.1

5.1 are the required output.

HOPE THIS HELPS..

Similar questions