Created
January 5, 2025 20:04
-
-
Save carcigenicate/df05be3f237bcaf1b4a2598aafe4a7bb to your computer and use it in GitHub Desktop.
This file contains 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
i I P Q[ I RI SI T UI V WI X Y[ s Z [[ | |
s s #s s s !s #s \s Ks "s ] j _ `[ s aPK * fileTemplates/internal/Python Script.py.ftPK ÁÒ4D D , fileTemplates/internal/Python Script.py.html<html> | |
<body> | |
<p>Creates an empty Python file.</p> | |
<p>A simple example of a Python script:</p> | |
<code>def print_hi(name):</code><br/> | |
<code> print(f'Hi, {name}')</code><br/> | |
<br/> | |
<br/> | |
<code>if __name__ == '__main__':</code><br/> | |
<code> print_hi('Python')</code> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment