2-3 Intro to PyCharm Resendez

.docx

School

Southern New Hampshire University *

*We aren’t endorsed by this school

Course

X121

Subject

Computer Science

Date

Jan 9, 2024

Type

docx

Pages

2

Uploaded by ElderScienceSwan36

Report
Claudia Resendez IT-140 2-3 PyCharm Introduction Assignment Part A # Prompt the user for their name name = input("What is your name? ") # Prompt the user for their age age = input("How old are you? ") # Calculate the birth year Birth_year = 2023 – int(age) # Display the result Print(f”Hello {name}! You were born in {birth_year}.”)
Claudia Resendez IT-140 2-3 PyCharm Introduction Assignment Part B I think PyCharm offers many interesting features that simplify coding for programers. One feature is the syntax highlighting. This function colors different parts a different color based solely on their functions. Comments are one color, keywords in a color, and variables have their own color. This can help programmers tell the difference between the elements in code. Another nice feature is PyCharm has suggestions on what you’re doing. This feature can help speed the coding process, so you don’t have to type out long functions. It can also help prevent typos and easily missed errors. It provides these suggestions in real time which is extremely helpful in coding because the programmer can catch these mistakes early and save a ton of time.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help