tangent python 3

Solutions on MaxInterview for tangent python 3 by the best coders in the world

showing results for - "tangent python 3"
Sebastián
08 Aug 2020
1import math
2import random
3
4#the tangent can be anything
5variable = random.randint(6, 9)
6
7#here we print the tangent with atan (tangent)
8print(atan(variable))