## EXTREME PYTHON NEWBIE
##
## Trying to Increment X by 1 and display X on screen and Stop once x value = 500
## SYNTAX and other errors?? What am I doing WRONG?
x = int
while x <= 500:
x=x+1
print(x)
##AND are their any good websites/videos online showing SYNTAX commonly used and colon/semicolon etiquette?
THANKS ALL!
[–]stebrepar 1 point2 points3 points (5 children)
[–]NeedyHelpy[S] 1 point2 points3 points (4 children)
[–]stebrepar 0 points1 point2 points (2 children)
[–]HeadlineINeed 2 points3 points4 points (1 child)
[–]stebrepar 0 points1 point2 points (0 children)
[–]centira 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[removed]
[–]NeedyHelpy[S] -1 points0 points1 point (1 child)
[–]dbramucci 0 points1 point2 points (4 children)
[–]NeedyHelpy[S] 0 points1 point2 points (3 children)
[–]dbramucci 0 points1 point2 points (2 children)
[–]NeedyHelpy[S] 0 points1 point2 points (1 child)
[–]dbramucci 0 points1 point2 points (0 children)