Compare commits
1 Commits
main
..
85cdec09d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 85cdec09d3 |
@@ -1,12 +1,2 @@
|
||||
# Hello World 2.0 (Python)
|
||||
A vast improvement on the classic Hello World program in Python3
|
||||
# HelloWorld2.0-Python3
|
||||
|
||||
[](https://www.youtube.com/watch?v=Depmuu3ZyKY)
|
||||
|
||||
## Usage
|
||||
`python helloworld20.py`
|
||||
|
||||
### License
|
||||
Distributed under the [WTFPL - The Do What the Fuck You Want to Public License](http://www.wtfpl.net/)
|
||||
See [COPYING.txt](assets/COPYING.txt)
|
||||
[](http://www.wtfpl.net/)
|
||||
@@ -1,12 +0,0 @@
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB |
@@ -1,4 +0,0 @@
|
||||
def HelloWorld(message):
|
||||
print(message)
|
||||
|
||||
HelloWorld("print")
|
||||
Reference in New Issue
Block a user