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 peasurite eg peselin
Create a python file named asuritetransactionpy per naming conventions.
Put your name, class, class time, and assignment number in as a comment on Line
of the asuritetransaction.py Recall # is used to start single line comments.
Import modules. A module is a single python file and importing modules allows the use of
functions, classes, and global variablesobjects 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 initpy 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
