0% found this document useful (0 votes)
6 views11 pages

CS HHW

komputer snience

Uploaded by

yashyadav201007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views11 pages

CS HHW

komputer snience

Uploaded by

yashyadav201007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Q.

1 Write instructions to display the sum of the following numbers,


3,8,6*12.

INPUT:

OUTPUT:

Yash Yadav (XI-C)


Q.2 Write instructions to get the following result
Python is easy to learn and write.
It allows us to work in two different models: Interactive mode and Script mode.
Interactive mode is also known as Python Shell and Script mode is also known as
Python Editor. It is a platform independent language.
We find it interesting to work with Python.

INPUT:

OUTPUT:

Yash Yadav (XI-C)


Q.3 Write a code that prints your full name and your birthday as
separate strings.

INPUT:

OUTPUT:
Yash Yadav (XI-C)

Q.4 Use IDLE to calculate, 6+4*10 and (6+4) *10

INPUT:

OUTPUT:

Yash Yadav (XI-C)


Q.5 Try the following code on Python shell and evaluate the output
generated.

print (3.14159*7)

Solution:

Yash Yadav (XI-C)


Q6: Write a command that takes amount in dollars, converts it into
rupees. It then displays the converted amount.

INPUT:

OUTPUT:

Yash Yadav (XI-C)


Q7: Write a Python program that accepts radius of a circle and prints
its area.

INPUT:

OUTPUT:

Yash Yadav (XI-C)


Q8: Write a program to find the area of a triangle.

INPUT:

OUTPUT:

Yash Yadav (XI-C)


Q9: Write a python program that accepts marks in five subjects and
outputs average marks.

INPUT:

OUTPUT:
Yash Yadav (XI-C)

Q10: Write a program to input a number and print its first five
multiples.

INPUT:

OUTPUT:

Yash Yadav (XI-C)

You might also like