How to find smallest and highest number in list? demo_list=[23,5,34,12,56]
min(demo_list) # provide min number
max(demo_list) # provide max number
min(demo_list) # provide min number
max(demo_list) # provide max number
Forwarded from New Technology
YouTube
AWS server setup for Python Algo | Part 1
In this video, we'll see how toto setup AWS server for python Algo and this is part 1 of AWS server setup.
This is in continuation with Part-2 of "How to create an Algo for Banknifty Straddle/Strangle using python in Alice Blue"
After finishing this tutorial…
This is in continuation with Part-2 of "How to create an Algo for Banknifty Straddle/Strangle using python in Alice Blue"
After finishing this tutorial…
Forwarded from New Technology