←back to thread

58 points thecopy | 1 comments | | HN request time: 0.206s | source

I keep getting

Sorry, your request failed. Please try again. Request id: 3ba6aed0-cc6b-456d-95e6-979b9f3e074b

Reason: Server error: 500

Show context
c735533238569c ◴[] No.45045586[source]
Does anyone here know how to write a for loop in python???? Pls, i need to get my app ready
replies(1): >>45045784 #
1. lrecio ◴[] No.45045784[source]
for i in range(5): print(f"Iteration {i}... (yes, again)")