• We just launched and are currently in beta. Join us as we build and grow the community.

Free Movie Tickets Command for Generator

cenksyh

Ridiculousness Curator
C Rep
0
0
0
Rep
0
C Vouches
0
0
0
Vouches
0
Posts
58
Likes
144
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 500 XP
Download:
  • a1 = int(input())
  • a2 = int(input())
  • n = int(input())
  • sum_of_symbol = 0
  • new_n = int(n / 2 - 1)
  • for symbol1 in range(a1, a2):
  • for symbol2 in range(1, n):
  • for symbol3 in range(1, new_n+1):
  • sum_of_symbol = symbol1 + symbol2 + symbol3
  • if symbol1 % 2 != 0 and sum_of_symbol % 2 != 0:
  • print(f'{chr(symbol1)}-{symbol2}{symbol3}{symbol1}')
 

442,401

317,942

317,951

Top