Using Python, output an email to a friend recommending somet…
Using Python, output an email to a friend recommending something to do at Penn State. You may use the example below directly, or you may write your own. It would be nice, but not required, to include blank lines, as in the example. Include a salutation, three sentences in the body, and a polite closing. Example: Hi Alex,You should come visit me at Penn State this semester. We could attend a football game and get ice cream at the Berkey Creamery. I think you would have a great time on campus.Take care,[Your Name] Rubric 1 point for the code running successfully (make sure you copy and paste in all necessary lines from your work in PyCharm) 1 point for printed salutation 2 points for three sentences in the body 1 point for a polite closing
Read DetailsWrite 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.
Read Details