question archive 1) Write a python program to enter the details of 4 players, matches played, runs scored, and print them
Subject:Computer SciencePrice: Bought3
1) Write a python program to enter the details of 4 players, matches played, runs scored, and print them.
2. Write a python program to accept a number, then do the following using shorthand operator:
a) Increment the number by 5
b) Decrement the number by 2
c) Multiply the number with 3
d) Divide the number by 4