Intro to Python
Assignment #1: Print your name, birthday, and an interesting fact about you!
​
Ansh C.: https://trinket.io/python3/ebb2fa580e
Aniket P.: https://trinket.io/python3/37f5e914d2
Raulin K.: https://trinket.io/python3/61c47663ad
Vidya V.: https://trinket.io/python3/55c7cca228
Priyankana D.: https://trinket.io/python3/8933291a01
Kavya M.: https://trinket.io/python3/bfb89a3b68
Linus L.: https://trinket.io/python3/fcffd7bc17
Assignment #2: Make a variable called funfact and write an interesting fact about you as a string stored under the variable! Then print the variable.
​
Ansh C.: https://trinket.io/python3/4152c4dd68
Aniket P.: https://trinket.io/python3/201d9ee3d8
Raulin K.: https://trinket.io/python3/07c74fec28
Mihir A.: https://trinket.io/python3/3e6be67dd6
Priyankana D.: https://trinket.io/python3/ecb5c8255c
Assignment #3: Create a program where the computer asks questions, while the user answers. Then, have the computer make a mini-paragraph at the end.:
Aniket P.: https://trinket.io/python3/5abb78758c
Priyankana D.: https://trinket.io/python3/a3e4188a16
Student’s Madlibs Project: Use print statements, variable, and inputs in program to create a madlib of at least 6 sentences for final paragraph:
Ansh C.: https://trinket.io/python3/888c3d16b5
Raulin K.: https://trinket.io/python3/9a735823d9
Priyankana D.: https://trinket.io/python3/0148b84a48
Assignment #4: “Set x=5. If the number is less than 10 print “too small”. If the number is 10 print “just right”. If the number is greater than 10 print “too big” *** If you want to be extra, you don't need to assign x = 5, and can instead ask the user to input a number!”
Ansh C.: https://trinket.io/python/cf555ac39b
Priyankana D.: https://trinket.io/python3/a3f2160d24
Challenge #1: Take values of the length and width of a rectangle from the user and check if it is a square or not:
Ansh C.: https://trinket.io/python/de203c6aa5
Challenge #2: Interpret and code a program for: “A school has the following rules for the grading system: Grade F: 0%, Grade D: Less than 60%, Grade C: Less than or equal to 80%, greater than or equal to 60%, Grade B: Less than or equal to 90%, greater than 80%, Grade A: Greater than 90%. Ask the user to enter marks and print their corresponding grade.”
Ansh C.: https://trinket.io/python/fd45ca3100
Avni M.: https://trinket.io/python/1deb3c8763