Edgar A-Jimenez

32 posts

Edgar A-Jimenez

Edgar A-Jimenez

@Edgar_A13

Katılım Ocak 2026
2 Takip Edilen0 Takipçiler
Python Developer
Python Developer@Python_Dv·
What will be the output? Write your answer in the comments and share it with your friends✅✅
Python Developer tweet media
English
24
8
126
10.7K
Python Programming
Python Programming@PythonPr·
Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below!
Python Programming tweet media
English
15
10
81
10.5K
Python Programming
Python Programming@PythonPr·
Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below!
Python Programming tweet media
English
13
2
92
11.1K
Edgar A-Jimenez
Edgar A-Jimenez@Edgar_A13·
@clcoding range(3) with for loop iterates the 0,1,2,3 range before else printing done.
English
0
0
0
50
Python Coding
Python Coding@clcoding·
What will be the output of the following Python code? for i in range(3): print(i) else: print("Done")
English
8
0
39
10.3K
Edgar A-Jimenez retweetledi
Python Programming
Python Programming@PythonPr·
Simple Python Patterns
Python Programming tweet media
Français
4
35
251
7.6K
Edgar A-Jimenez
Edgar A-Jimenez@Edgar_A13·
@clcoding D(B,C) prioritizes D in the string then appends AB(A)D. Output C.
English
0
2
2
67
Python Programming
Python Programming@PythonPr·
Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below!
Python Programming tweet media
English
31
9
92
11.2K
Python Coding
Python Coding@clcoding·
What will be the output of the following Python code? t = (1, 2, 3) for i in t: i += 5 print(t)
English
9
8
34
13.8K
Edgar A-Jimenez
Edgar A-Jimenez@Edgar_A13·
@clcoding B() for prior A assign. Then x does supplant so does return for B().x for both strings. A and B.
English
0
0
0
28
Edgar A-Jimenez
Edgar A-Jimenez@Edgar_A13·
@clcoding String for x and D(B,C) no assign. D.x to assign class D for both A and C. Correct answer A.
English
0
0
0
14
Python Coding
Python Coding@clcoding·
What will be the output of the following Python code? d = {} print(d.get("x")) print(d["x"])
English
8
4
23
7.5K
Edgar A-Jimenez
Edgar A-Jimenez@Edgar_A13·
@clcoding For loop 1, 2 and 3. f(10) in lambda x so that 10+i individual. (11, 12, 13)
English
0
0
0
13
Python Coding
Python Coding@clcoding·
What will be the output of the following Python code? funcs = [] for i in range(3): funcs.append(lambda x: x + i) print([f(10) for f in funcs])
English
5
4
40
7.6K
Edgar A-Jimenez
Edgar A-Jimenez@Edgar_A13·
@clcoding self(val) proceeds a=b for x append. First with stored x=[1 2] both a.x and b.x. B
English
0
0
0
20
Edgar A-Jimenez
Edgar A-Jimenez@Edgar_A13·
@clcoding b1.items.append(10) while b2.items won't. The instance b1=b2 means []
English
0
0
0
18
Edgar A-Jimenez
Edgar A-Jimenez@Edgar_A13·
@clcoding self.x +=1 offsets A x(0) while instances a.x=b.x remain unaltered. A.
English
0
0
0
12
Edgar A-Jimenez
Edgar A-Jimenez@Edgar_A13·
@clcoding Panda library to import data from file and matplotlib to depict into chart.
English
0
0
0
20