Problems using samples
Raphael Ribeiro
gusraan at terra.com.br
Wed Jun 26 13:13:04 EDT 2002
More information about the Python-list mailing list
Wed Jun 26 13:13:04 EDT 2002
- Previous message (by thread): Problems using samples
- Next message (by thread): Problems using samples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
1 x = 8 2 y = 4 3 v = x - y 4 5 print v 6 if x = y: 7 print "Eles são o mesmo valor" 8 else: print "Eles não são iguais , manja?" this is my code, it says there's an error in line 6, but i can't find what **** error is that, can anyone help me?
- Previous message (by thread): Problems using samples
- Next message (by thread): Problems using samples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list