Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def main():
- n = ""
- resposta = True
- for n in range(8):
- print(n)
- if n > 1:
- resposta = False
- if resposta:
- print("S")
- else:
- print("F")
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement