Click here to Skip to main content
15,912,281 members

Comments by Sagar Bulsara (Top 2 by date)

Sagar Bulsara 29-Sep-21 11:07am View    
the code comes out like this
['Alina', 'Carly', 'Cory', 'Danny', 'Flor', 'Florrie', 'Gennie', 'Kathlene', 'Kenna', 'Lavette', 'Leontine', 'Madalyn', 'Maricela', 'Minna', 'Monica', 'Monte', 'Nancey', 'Olympia', 'Rikki', 'Yolando'] ['Apr. 02, 2016', 'Apr. 30, 2017', 'Aug. 09, 2012', 'Aug. 10, 2017', 'Dec. 02, 2014', 'Dec. 22, 2016', 'Dec. 24, 2013', 'Feb. 13, 2019', 'Feb. 21, 2019', 'Jan. 19, 2010', 'Jul. 23, 2013', 'Jul. 31, 2018', 'Jul. 9, 2014', 'Mar. 06, 2010', 'Mar. 24, 2016', 'May 19, 2014', 'Nov. 02, 2016', 'Nov. 23, 2010', 'Sep. 02, 2011', 'Sep. 19, 2014'] {'Olympia': 'Jul. 9, 2014', 'Alina': 'Dec. 24, 2013', 'Kenna': 'Apr. 02, 2016', 'Yolando': 'Feb. 21, 2019', 'Leontine': 'Dec. 22, 2016', 'Flor': 'Jan. 19, 2010', 'Gennie': 'Nov. 02, 2016', 'Madalyn': 'Apr. 30, 2017', 'Kathlene': 'May 19, 2014', 'Nancey': 'Sep. 02, 2011', 'Monica': 'Jul. 23, 2013', 'Maricela': 'Mar. 24, 2016', 'Danny': 'Dec. 02, 2014', 'Cory': 'Sep. 19, 2014', 'Rikki': 'Aug. 10, 2017', 'Monte': 'Nov. 23, 2010', 'Minna': 'Jul. 31, 2018', 'Florrie': 'Feb. 13, 2019', 'Lavette': 'Mar. 06, 2010', 'Carly': 'Aug. 09, 2012'}
Sagar Bulsara 16-Sep-21 12:13pm View    
I have tried adding "" in the print(chr(i) * 5, end=" ") but that just outputs chr(i) 5 times