count = 0while True: count += 1 if count > 10: break if count == 5: continue print count
Name (required)
email (will not be published) (required)
Website