这是个有趣的包, 输入语言,就能返回对应hello world的写法 比如: ch=Choose() ch.choose="c" ch.print_data()
result: #include<stdio.h> int main(void) { printf("Hello World! "); return 0; }
ch=Choose() ch.choose="java" ch.print_data()
result: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file easy_hello_print-0.0.3.tar.gz.
File metadata
- Download URL: easy_hello_print-0.0.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.0.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e361d6999fc7a6d9cdce6e506e9d3585118b2aedc644e0f0ed8155bbb173a73
|
|
| MD5 |
1b3a81049d92da9618ed1dc266650909
|
|
| BLAKE2b-256 |
df5a63ff9661eede249d37d1e8c8a41b5dfd56159731663c812a6227e274323b
|