Arama Sonuçları: "#PythonDaily"

8 sonuç
Murphie Eddie
Murphie Eddie@murphie_ed81483·
🐍 Python Drill When two variables point to the same object… things get interesting 👀 Can you predict the output before running it? Drop your answer below 👇 #DevMurph #PythonDaily
Murphie Eddie tweet media
English
0
0
0
12
Murphie Eddie
Murphie Eddie@murphie_ed81483·
Strings are immutable in Python. Reassigning a variable doesn’t change the original object — it creates a new one. Understand references. Understand mutability. Write better code. #DevMurph #PythonDaily #LearnToCode
Murphie Eddie tweet media
English
0
0
0
14
Arinze
Arinze@iam_hardrich·
𝗣𝘆𝘁𝗵𝗼𝗻 𝗗𝗮𝗶𝗹𝘆 𝘄𝗶𝘁𝗵 𝗥𝗶𝗰𝗵𝗮𝗿𝗱 What will be the output of the following Python code? t = (5, -5, 10) u = tuple(abs(i) for i in t) v = u[::-1] x = sum(v[i] for i in range(1, len(v))) print(x) A) 15 B) 10 C) 5 D) 20 #Python #LearnPython #PythonDaily #Coding
English
1
0
1
18
Parlay Python
Parlay Python@ParlayPython·
🏀 Python Daily WNBA 1st Half Plays 🏀 Two half-unit plays for today’s action: 1️⃣ Valkyries vs. Mystics: Over 73 (-110, Bet365) 2️⃣ Liberty: Over 42.5 (-112, DraftKings) Let’s cash these! 💰 #WNBA #SportsBetting #PythonDaily #WNBAPicks
Parlay Python tweet media
English
0
0
4
453