Telegram Web
Live stream finished (32 minutes)
🔥 Dars olovmi?
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥7111
uy ishini tugatdungizmi jonli dars qilamizmi?♾️
Please open Telegram to view this post
VIEW IN TELEGRAM
221
FAST CODER | PHP TEAM pinned «🔥 Dars olovmi?»
Bugun Jonli dars qilamiz 20:00-21:00 da
🔥22
Bugun takrorlash darsini qilamiz
Bir eslab olaylik
So'ng davom etamiz
🔥5222
Live stream started
Live stream finished (51 minutes)
Please open Telegram to view this post
VIEW IN TELEGRAM
4🔥44
Live stream started
Live stream finished (23 minutes)
Media is too big
VIEW IN TELEGRAM
📹7-dars bo'di
📌Funksiyalar haqida qisqacha gaplashdik 🟢
vaqt bo'lishi bilan yana funksiya haqida dars qilamiz
Please open Telegram to view this post
VIEW IN TELEGRAM
42🔥1
📱Amaliy Mashqlar (5 ta)🔠

🟢Funksiya yarating: Ikki sonni ko‘paytirib natijani qaytarsin.

🔵Funksiya yarating: Berilgan sonni kvadratini hisoblab chiqarsin.

🔴Funksiya yarating: Massivdagi eng katta sonni topib qaytarsin.

🔵Funksiya yarating: Foydalanuvchi ismini qabul qilib, "Salom, [Ism]!" deb chiqarsin.

🟣Funksiya yarating: Berilgan matnni teskari tartibda chiqarsin.

📱 @Fast_Coder
Please open Telegram to view this post
VIEW IN TELEGRAM
3🔥22
📶Menga 2 ta beckendchi kerak

Talablar:
PHP da 3 oy tajriba
Ingliz tili B2

Murojat: @Rustam_Hikmatullayev
Please open Telegram to view this post
VIEW IN TELEGRAM
321
🔤🔤🔤🔤
Please open Telegram to view this post
VIEW IN TELEGRAM
Kanal ochilganiga 5 yil bo’ldi
Fast Coder ga esa 8 yil
42🔥11
This media is not supported in your browser
VIEW IN TELEGRAM
import sys
import time

def printLyrics():
lines = [
("I wanna da-", 0.06),
("I wanna dance in the lights", 0.05),
("I wanna ro-", 0.07),
("I wanna rock your body", 0.08),
("I wanna go", 0.08),
("I wanna go for a ride", 0.068),
("Hop in the music and", 0.07),
("Rock your body", 0.08),
("Rock that body", 0.069),
("come on, come on", 0.035),
("Rock that body", 0.05),
("((Rock your body))", 0.03),
("Rock that body", 0.049),
("come on, come on", 0.035),
("Rock that body", 0.08),
]

delays_after_line = 0.5 * len(lines)

for i, (line, char_delay) in enumerate(lines):
for ch in line:
sys.stdout.write(ch)
sys.stdout.flush()
time.sleep(char_delay)
print()
time.sleep(0.3) # har satrdan keyin ozgina pauza

printLyrics()
21🔥1
2025/10/17 04:26:06
Back to Top
HTML Embed Code: