June 11, 2020
If you are over 25 in July
FTD 25+ Affiliate LotteryWe decided to make the Affiliate Lottery a pleasant tradition.As last time, a lottery ticket is issued for 25 FTD per month. But now there are more prizes and an opportunity to get several tickets, which means more chances to get a reward. Have a fun and profitable summer!Lottery DetailsTime: from 1 July 2020 (00.00) till 1 August 2020 (00.00)1 lottery ticket is given for achievement of 25 FTDIf you have a lot of FTD, then 1 lottery ticket is given for every 25 FTD3 prizes of 166,666 rubles (USDEUR equivalent on the day of receiving the prize)The draw will be held on 1 August 2020The list of lottery tickets is generated automaticallyTerms of participation1) Have 25+ FTD from 1 July 2020 (00.00) till 1 August 2020 (00.00)2) Apply for participation through an affiliate program ticket on any day during the Lottery3) How to apply: write through the affiliate program messenger from your id: “I want to participate in the FTD Lottery.”4) All revshare, CPA and brand accounts are involved, except for networksHow is the prize draw heldThe draw will be held using this code in Python version 3.4.0 / 3.5.2 / 3.5.1 / 3.6.1 / 3.6.5.# winners codeimport randomimport sysprint("python version - ", sys.version)number_of_tickets = ???? #???? will be replaced by the total number of tickets - it will be known during the drawNumber_of_winning_tickets = ???? #???? will be replaced by the number of winning ticketseuro_rate = ???? #??? will be replaced by the USD / EUR rate one day before the draw xe.com/currencytables/?from=USDrandom.seed(euro_rate)places=list(range(1,количество_билетов+1))random.shuffle(places)print(sorted(places[:Number_of_winning_tickets]))You can check the draw code by substituting the exchange rate value and the number of tickets on sites such as:https://rextester.com/l/python3_online_compiler https://repl.it/repls/DisgustingSlipperyCommand https://www.jdoodle.com/python3-programming-online https://www.onlinegdb.com/online_python_compiler