Curtis Highschool reflections P.2 || Computer science !!
Leonard Cruz 10/26/22
I have learned of many things in computer science like other codes. 1 code I learned was random.randit. When outputted it outputs a random number you made a range of such as 1-5. Another code I learned was math.sqrt.It returns its the number you put to its square root.For example:
import math
print(math.sqrt(81))
Output:9
Comments
Post a Comment