from math import tan
for x in range(100):
print(tan(x))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
from math import tan
for x in range(100):
print(tan(x))