Write output of code in comment
i=0
while i<3:
print(i)
i++
print(i+1)
Write output of code in comment
i=0
while i<3:
print(i)
i++
print(i+1)
For further actions, you may consider blocking this person and/or reporting abuse
Retiago Drago -
Necati Özmen -
Amrin -
Rubén Alapont -
Once suspended, lakshyatyagi24 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, lakshyatyagi24 will be able to comment and publish posts again.
Once unpublished, all posts by lakshyatyagi24 will become hidden and only accessible to themselves.
If lakshyatyagi24 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Lakshya Tyagi.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag lakshyatyagi24:
Unflagging lakshyatyagi24 will restore default visibility to their posts.
Oldest comments (8)
SyntaxError
?lol I'm not a python developer, but if that's the answer to the question...
i++
isn't valid syntax in python.yes you are correct
i++
is not a valid syntax in pythonSyntaxError
I think it's not correct
It will give a error because there are no increment operators in python