@NeyshaburRobotics · 297 subscribers
كانال رسمی انجمن علمی رباتيک و اطلاع رسانی رباتیک دانشگاه نیشابور 🕹🤖 دبیر انجمن: @Aliliros روابط عمومی: @associationRobatic لینک کانال: https://t.me/NeyshaburRobotics
The short link opens the channel straight in the Telegram app — not in a browser tab.
tg.me/go/NeyshaburRoboticsIs this your channel? Add @tgme as admin — and see how many people click your links. Get the stats →
Channel created October 31, 2024per Telegram
We have been tracking it since September 1, 2026
In all that time the channel has changed neither its name, nor its @username, nor its avatar.
We show only what we have seen ourselves.
max = 0
bo=[]
min = 0
no=[]
for n in range(10):
nume = int(input("adad = "))
if nume > 0 :
max += nume
bo.append(nume)
if nume < 0 :
min += nume
no.append(nume)
print(max/len(bo))
print(bo)
print(min/len(no))
print(no)