delete useless comment
This commit is contained in:
parent
36147d58b3
commit
70f0a20f35
|
@ -1,4 +1,3 @@
|
||||||
#num = (1<<127) | 1
|
|
||||||
from time import time_ns
|
from time import time_ns
|
||||||
n = 3 #max random number will be (2^n)
|
n = 3 #max random number will be (2^n)
|
||||||
|
|
||||||
|
@ -26,4 +25,4 @@ def randomNumber(maxN):
|
||||||
if __name__=="__main__":
|
if __name__=="__main__":
|
||||||
paper_num=randomNumber(n)
|
paper_num=randomNumber(n)
|
||||||
question_num=randomNumber(n)
|
question_num=randomNumber(n)
|
||||||
print(f"Next exercise is question {question_num} from paper {paper_num}")
|
print(f"Next exercise is question {question_num} from paper {paper_num}")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user