This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
from tqdm import tqdm | |
for i in tqdm(range(10)): | |
time.sleep(1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return [ | |
'آذربایجان', | |
'آفریقای جنوبی', | |
'آفریقای مرکزی', | |
'آلمان', | |
'آنتیگوا و باربودا', | |
'آندورا', | |
'آنگولا', |