Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

real 2 python


ghost's Avatar
0 0

what I'm I doing wrong? It gives me an error related to the syntax.


m = 9
d = 1

for d < 30:
    print(url+"backup_2004-0" + m + "-0" + d "_1000.sql")
    d++

EDIT: Solved it.