Construct a variable trace and predict the output for a Python script.
Write a Python script that performs a calculation.
Use the str split method to extract the fields from a line.
Use variable interpolation in an f-string for output, for example
print(f"{name1} owes {name2} ${round(amt, 2)}")
Use the rand.randrange method to produce random numbers according to specifications.
Write a Python script using sequential processing to solve a problem.
Draw the variable trace table and predict the output of a user-defined class.
Identify these items in a user-defined class and a script that calls it:
Class Name, Instance Variable, Instance Method, Public Member, Private Member,
Dunder Method, Constructor, Local Variable, Standalone Method, Parameter, Argument