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
| # Auto detect text files and perform LF normalization | |
| * text=auto |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="PYTHON_MODULE" version="4"> | |
| <component name="NewModuleRootManager"> | |
| <content url="file://$MODULE_DIR$"> | |
| <excludeFolder url="file://$MODULE_DIR$/venv" /> | |
| </content> | |
| <orderEntry type="jdk" jdkName="Python 3.7 (eg)" jdkType="Python SDK" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| </component> | |
| <component name="TestRunnerService"> |
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
| # count =0 | |
| # while count<5 : | |
| # print("我爱你") | |
| # count+=1 | |
| # i=1 | |
| # s=0 | |
| # while i<=10: | |
| # s+=i | |
| # i+=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
| # count =0 | |
| # while count<5 : | |
| # print("我爱你") | |
| # count+=1 | |
| # i=1 | |
| # s=0 | |
| # while i<=10: | |
| # s+=i | |
| # i+=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
| database =[ | |
| ['gjd','1234'], | |
| ['gd','234'], | |
| ['d', '34'], | |
| ] | |
| username=input('User Name: ') | |
| pin=input('PIN code: ') | |
| if[username,pin] in database: print('Access granted') |
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
| # count =0 | |
| # while count<5 : | |
| # print("我爱你") | |
| # count+=1 | |
| # i=1 | |
| # s=0 | |
| # while i<=10: | |
| # s+=i | |
| # i+=1 |