Challenge: 3 "5000 Points"

Desired output: Print the value of “x” ONLY when x=5
user_4476291 avatar
user_4476291
python
02/08/2024 10:36 PM
228 B
23
Indexable
### Challenge: 3 "5000 Points"

i == 9 
for x in range(2, 30, 3) 
  i+=1
  if i = 11:
  print(x)  


### Desired output: Print the value of “x” ONLY when x=5
Editor is loading...
Leave a Comment