Geocrack

Counter

Jun 29th, 2022 (edited)
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. counter = 0
  2.  
  3. while counter < 4:
  4.      if counter == 1:
  5.        counter += 1
  6.      letters = ["a", 'b', 'c', 'd']
  7.      print(letters[counter])
  8.      counter += 1
Add Comment
Please, Sign In to add comment