delete useless comment

This commit is contained in:
Xaloc 2022-06-01 23:09:42 +02:00
parent 36147d58b3
commit 70f0a20f35

View File

@ -1,4 +1,3 @@
#num = (1<<127) | 1
from time import time_ns
n = 3 #max random number will be (2^n)
@ -26,4 +25,4 @@ def randomNumber(maxN):
if __name__=="__main__":
paper_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}")