Programming With Python - Practical Book: Sybsc (It) Sem Iii
Programming With Python - Practical Book: Sybsc (It) Sem Iii
– practical book
SYBSC(IT) SEM III
JAYASHREE P BORKAR
PRACTICAL 1
a) Create a program that asks the user to enter their
name and their age. Print out a message addressed to
them that tells them the year that they will turn 100
years old.
OUTPUT
b) Enter the number from the user and depending on
whether the number is even or odd, print out an
appropriate message to the user.
OUTPUT
c) Write a program to generate the Fibonacci series.
OUTPUT
d) Write a function that reverses the user defined value.
OUTPUT