Consider a variation on the computer-storage problem in Ques…

Consider a variation on the computer-storage problem in Question 3. Assume the computer has only 300 gigabytes of storage remaining. Using comments, write an algorithm to check whether a game requiring x gigabytes can be installed on the computer. Use clear steps in your comments to outline the process. Remember that your algorithm should not be functioning Python code. Rubric 3 points for a complete and logically correct algorithm 1 point for presenting the algorithm as Python comments 1 point for writing clear, ordered steps that another person could follow

Write a Python code snippet that prints your name and your f…

Write a Python code snippet that prints your name and your favorite thing about summer. Each piece of information should be on a separate line. Rubric 1 point for the code running successfully (make sure you copy and paste in all necessary lines from your work in PyCharm) 2 points for printing the correct information 2 points for each piece of information being on a separate line.