Question: Create a PyCharm Project, and name the project pe 2 _ [ asurite ] . e . g . pe 2 _ selin 2 Create

Create a PyCharm Project, and name the project pe2_[asurite]. e.g. pe2_selin2
Create a python file named [asurite]_transaction2.py per naming conventions.
Put your name, class, class time, and assignment number in as a comment on Line 1
of the [asurite]_transaction.py. Recall # is used to start single line comments.
1. Import modules. A module is a single python file and importing modules allows the use of
functions, classes, and global variables/objects that reside in other python files. Another term
used in this context is a package which is a namespace or collection of python modules.
Packages are folders that contain a __init__.py file.
This application will make use of two modules os and random. Add code
below: import os
import random

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!