selfteaching / selfteaching/selfteaching-python-camp
Day02 第一行程序 print(“hello world”)怎么样用打印机打印出来?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
在运行了第一行程序后print(“hello world”)后,心痒痒的,就想让自己写的程序命令电脑和打印机在白纸上打印出,那多有成就感啊,于是就天真的问老鸟,怎么实现,虽然心里也觉得好像不太现实,问的问题有点天真,不过满怀希望啊,说不定真可以呢。
于是自学营主任,就回复了:
Print是一个函数 代表的就是输出 当然字面上翻译就是打印~ 你写出Print('hello world')就是正确的了~
Python里打印的意思 大部分情况下 都是Print(输出/打印)出结果(和打印机无关) 希望可以帮到你
ps
虽然写的程序还不能操作机器,不过,也学到了一点知识,你呢,继续努力吧,菜鸟们,早日写出可以操作机器的程序来。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue discusses Python's print function and distinguishes console output from physical printing, but it names no file, test, or documentation entry point. No concrete change or completion condition is specified, so a maintainer would need to define the documentation task before work can start.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100