Answer: adapted screenplays
Explanation:
you’re basing your script based off of other sources and stuff.
The reason your program isn't working is because you put the n=12 now when you put the other n's in the code it causes it to only work with the number 12
Answer:
d. .
Explanation:
Dot (.) symbol is used to access the resource from the module. It is used to establish the connection between resource and module.
While on the other hand "=" is an assignment operator that is used to assign a value to the variable. "*" is use for the purpose of multiplication of two values in variables. Double Inverted commas ("") used to print the statement written between them.