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 secrets | |
import random | |
import string | |
px =input("--ENTER PASSWORD--") | |
quality_rating=0 | |
reason_list_=[] | |
if len(px)>8: |
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
class Hello_github: | |
def __iter__(self): | |
self.f1 =0 | |
self.f2=1 | |
self.count=0 | |
return self | |
def __next__(self): | |
while True : |
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
dietDictionary = { | |
"burger":600, | |
"fried chicken":450, | |
"stuffed mushrooms":250, | |
"grilled salmon":300, | |
"vegetable sirf fry":240, | |
"shawarma":500, | |
"vegetable pizza":300 | |
} | |
print("====Simple Diet Program====") |