Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started