task13


power of a number

number=10
power=100

task13.1


Sin,cos,tan value of a number

number=4
sin : -0.75680249530793
cos : -0.65364362086361
tan : 1.1578212823496

task13.2


The min() and max() functions can be used to find the lowest or highest value in a list of arguments

numbers=2,4,6,8,10
2
10