knew immediately what it was when i saw what char was at my_str[3] 😭😭😭 i love this so much
10
Anonymous40w
THIS IS PEAK LMAO
8
Anonymous40w
I cackled when I got it
7
Anonymous40w
Ngl if I got this the arm might have to go😕
5
Anonymous40w
Come on not even the , concatenation?
1
Anonymous40w
No semicolons 😂😂😂😂
1
Anonymous#140w
thanks! kind of a permanent shitpost lmao
50
AnonymousOP40w
The text actually looks so good LOL it’s great ^^
26
Anonymous#340w
It’s concatenating string slices so it doesn’t need it. my_str[3] and my_str[14:] aren’t in the quotes and they return strings anyway so the code is valid
36
Anonymous#540w
Correct!
4
Anonymous#740w
In Python?
16
Anonymous#640w
Python doesn’t use that?
7
AnonymousOP40w
No I don’t know the fancy name for it but it could be
print(“I am”, my_str[3] + my_str[:14])
It puts the space there for you after I am, no?
2
Anonymous#940w
yessss omg 🌈
1
Anonymous#1240w
guessing u aren’t queer lmao
4
AnonymousOP40w
Oh yeah my only point is both lines would've been the same length with an f-string😂