Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+5 votes

Hi all, I saw in the nifty project requirement that the professor requires us to have at least 2 modules beside graphics.py. I wonder whether we have to write both two modules. To be honest, I do not really know what these two modules could help and how we can write them ?

asked in CSC201 Spring 2021 by (1 point)
0

Thank you very much for all the answers!

3 Answers

+4 votes
 
Best answer

I thinkk that by modules he means like import random, or import math or import graphics *. It does not have to be written by us.

answered by (1 point)
selected by
+1 vote

Its the modules that we use in class in some labs and projects like
import random
import maths

And you don't have to write those modules at all

answered by (1 point)
+1 vote

yeah i guess you just have to add the ones we worked with throughout the semester such as import maths and import random.

answered by (1 point)
...