Answered step by step
Verified Expert Solution
Link Copied!

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 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Apache Cassandra Development

Authors: Vivek Mishra

1st Edition

1484201426, 9781484201428

More Books

Students also viewed these Databases questions

Question

=+you think is being taxed when more money is printed? Why?

Answered: 1 week ago

Question

What is focal length? Explain with a diagram and give an example.

Answered: 1 week ago

Question

What is physics and how does it apply in daily life?

Answered: 1 week ago