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
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
Business Studies,
5 months ago
Computer Science,
5 months ago
Math,
5 months ago
History,
10 months ago
Science,
10 months ago
Math,
1 year ago
English,
1 year ago