2-3 Assignment Pycharm Introduction PDF

Title 2-3 Assignment Pycharm Introduction
Course Introduction to Scripting
Institution Southern New Hampshire University
Pages 1
File Size 114.8 KB
File Type PDF
Total Downloads 28
Total Views 134

Summary

Download 2-3 Assignment Pycharm Introduction PDF


Description

NameAge.PY name = input("what is your name?") age = int(input("How old are you?")) year = 2020 - age print("Hello" + name + "!" + " You were born in " + str(year) + "." )

The features in PyCharm that I found useful are the user code completion: Smart autocompletion is an essential feature of a professional code editor, which helps you save time and avoid misprints. It is equally powerful for learning because you can use it to find the right variable, function, parameter, or any code construct. Another feature I found to like is Fix code errors with red lines under problem. They can also be very annoying and drain your motivation. The IDE helps you not get stuck in code errors, by alerting you to the most common ones and suggesting solutions....


Similar Free PDFs