The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: Python
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-27-2002
Furtoes00 Furtoes00 is offline
Registered User
 

Join Date: Oct 2001
Posts: 18
I tried that before; it didn't work. Neither

i++

nor

i += 1

nor

i = i + 1

works.
Reply With Quote