ReactNativeBlobUtilTmp E3ltk9i118dxzc3dbs99e
ReactNativeBlobUtilTmp E3ltk9i118dxzc3dbs99e
INDEX
Pr. Date Topic Page Teacher’
No no s
sign
1 Write a python program to input a welcome message and
display it.
2 Write a python program to input two numbers and display the
larger /
smaller number.
3 Write a python program to input three numbers and display the
largest
/smallest number.
4 Generate the following patterns using nested loop.
5 Write a program to input the value of x and n and print the sum
of the following series:
a.1 + x2 + x3 + ... + xn
b. x - x2/2! + x3/3! - x4/4! + x5/5! - x6/6!
2
12 Write a menu drive program to the following from the list:
1.Maximum
2.Minimum
3.Sum
4.Sort in Ascending
5.Sort in Descending
6.Exit
3
20 Write a program to enter a team name, wins and losses of a
team. Store them into a dictionary where teams names are key
and winds and losses are values stored as a list. Do the
following based on the dictionary created above:
• Find out the team’s winning percentage by their names
• Display the no. of games won by each team in a list
• Display the no. of games lost by each team in a list
4
Ex.No:-
1 PROGRAM TO INPUT A WELCOME MESSAGE AND DISPLAY IT
Date:-
Aim:
Coding:
Output:
5
Ex.No:-
2
Date
:-
Aim: