Please open Telegram to view this post
VIEW IN TELEGRAM
❤5🥰4👌4👍2💯2🔥1
خب عزیزان انشاالله همچی اوکی باشه ساعت
منتظر باشید
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥10❤3🥰3👍2
خب دوستان دیر شد متاسفانه به دلیل مشکلات نت 😬
ولی میگه که دیر بشه حسرت نشه💐 😂
ولی میگه که دیر بشه حسرت نشه
Please open Telegram to view this post
VIEW IN TELEGRAM
👏8❤3👍1🔥1
این ربات نسخه خیلی بتا😂
ایشاله روزای اینده اپدیت میشه⚡️
با این ربات میتونید اطلاعات دامنه لینکو اینارو درارید و تستم بشه که بفهمید لینک امنه یا نه💯 🤖
ایشاله روزای اینده اپدیت میشه
@linkTSR_bot
با این ربات میتونید اطلاعات دامنه لینکو اینارو درارید و تستم بشه که بفهمید لینک امنه یا نه
Please open Telegram to view this post
VIEW IN TELEGRAM
❤10👍3🔥3
Please open Telegram to view this post
VIEW IN TELEGRAM
❤7👍5❤🔥3
Please open Telegram to view this post
VIEW IN TELEGRAM
1👌5❤🔥4👏2❤1
Python
n = 7
for i in range(n):
for j in range(i+1):
if j % 2 == 0:
print(1, end=" ")
else:
print(0, end=" ")
print()
1
1 0
1 0 1
1 0 1 0
1 0 1 0 1
1 0 1 0 1 0
1 0 1 0 1 0 1
Please open Telegram to view this post
VIEW IN TELEGRAM
👍9💯4🆒2
ᴅᴇᴠʟᴏꜱꜱᴏ
این ربات نسخه خیلی بتا😂 ایشاله روزای اینده اپدیت میشه⚡️ @linkTSR_bot با این ربات میتونید اطلاعات دامنه لینکو اینارو درارید و تستم بشه که بفهمید لینک امنه یا نه💯 🤖
کم کم بریم برای اپدیت ربات 🔫 🤩 🤩 🤩
Please open Telegram to view this post
VIEW IN TELEGRAM
1🔥7❤3👍3💯2
#سوال_پایتونی
کدام یک از کد های بالا بهینه تر و با سرعت بیشتری ران میشود❔
➖ کاربرد کد: ترکیب دو لیست با استفاده از روش zip
کدام یک از کد های بالا بهینه تر و با سرعت بیشتری ران میشود
Please open Telegram to view this post
VIEW IN TELEGRAM
1❤🔥5👍4 3❤2
import time
from colorama import Fore, Style, init
init()
def countdown(sec):
while sec:
mins, secs = divmod(sec, 60)
timer = '{:02d}:{:02d}'.format(mins, secs)
print(Fore.RED + timer, end="\r")
time.sleep(1)
sec -= 1
print(Fore.GREEN + 'Timer completed!')
sec = input('Enter the time in seconds: ')
countdown(int(sec))
min = int(sec) * 60
Please open Telegram to view this post
VIEW IN TELEGRAM
5 5🔥4👌1 1 1
تعدادی سرویس کاهش پینگ
موجود شد✔️
💯 📱
لوکیشن ترکیه🇹🇷
برای تست رایگان و استعلام قیمت به ایدی زیر پیام بدید🩷
@imlosso
موجود شد
لوکیشن ترکیه
برای تست رایگان و استعلام قیمت به ایدی زیر پیام بدید
@imlosso
سرویسا فقط مناسب گیم میباشند و هیچ رفع فیلتری نمیکنند🙂
Please open Telegram to view this post
VIEW IN TELEGRAM
1👌6 4❤2🙏1
Python
import platform
import os
from colorama import init, Fore
init(autoreset=True)
user_system_info = platform.uname()
user_total_memory = os.sysconf('SC_PAGE_SIZE') * os.sysconf('SC_PHYS_PAGES') / (1024. ** 2)
print(Fore.RED + "Operating System: " + Fore.GREEN + user_system_info.system)
print(Fore.RED + "OS Version: " + Fore.GREEN + user_system_info.release)
print(Fore.RED + "Architecture: " + Fore.GREEN + platform.architecture()[0])
print(Fore.RED + "Processor: " + Fore.GREEN + platform.processor())
print(Fore.RED + "Machine Type: " + Fore.GREEN + user_system_info.machine)
print(Fore.RED + "Node Name: " + Fore.GREEN + user_system_info.node)
print(Fore.RED + "Number of CPUs: " + Fore.GREEN + str(os.cpu_count()))
print(Fore.RED + "Total Memory (MB): " + Fore.GREEN + str(user_total_memory))
برنامه
Please open Telegram to view this post
VIEW IN TELEGRAM
1❤6👍4👌3 2
مدل پایه با طراحی بهروز شده.
مدل فوقباریک با ضخامت تنها ۵.۵ میلیمتر، جایگزین مدل Plus.
مدل پیشرفته با دوربین سهگانه ۴۸ مگاپیکسلی و طراحی جدید.
مدل پرچمدار با قابلیتهای پیشرفتهتر در عکاسی و فیلمبرداری.
Please open Telegram to view this post
VIEW IN TELEGRAM
1❤8👌4👍2🤩1 1
Python
n = int(input("Enter your number: "))
for i in range(1, n + 1):
if i % 2 == 0:
print(i ** 2, end=" ")
else:
print("*", end=" ")
این کد ورودیو به صورت عدد صحیح از کاربر میگیره و بررسی میکنه که زوجه یا فرد
مثلا اگر عدد 4 وارد شه خروجی به شکل زیره
* 4 * 16
1 فرده پس ستاره
2 زوجه پس میاد مربعشو حساب میکنه که میشه 4 به همین ترتیب میره جلو
Please open Telegram to view this post
VIEW IN TELEGRAM
3🔥8❤4 3🥰1
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4 4❤3🔥1