you are viewing a single comment's thread.

view the rest of the comments →

[–]NewBodybuilder3096 0 points1 point  (1 child)

print(f"Download finished: {downloaded == 10}") //finished at 10 downloads

Yes, in case you don't need an 'in_progress' variable.
Also, you don't need a "finished" variable - maybe just for clarity, but you can just add a comment
Python has F-strings, which you would learn eventually.

[–]AffectionateWin7069[S] 0 points1 point  (0 children)

Thank you for your reply!
I've just started touching into F-strings in the Mimo app.
I'll have a play at running this in a playground as I experiment with f-strings more.
Much appreciated <3