more easier to use for-print
Project description
Introducing "rprint"!
If we want to repeat using "print()" before,
We should use "for()" or spam "print()".
But now! we can use "rprint()"!
how to use
It is very easy to use.
Just type rprint(), and put two variables in the "rprint()".
There's a 2 Type of rprint must need.
rprint() needs "text" and "int".
for an example,
rprint("Hello python!",4)
It is same with...
for i in range(4) :
print("Hello python!")
Is same with,
rprint("Hello python!")
Yup. It goes like rprint(text,int,boolean(optional,Default value is True) ) If you write rprint like this...
rprint("Hello python!",4,False)
It goes like...
for i in range(4) :
print("Hello word!", end=" ")
And this is all to use rprint()!
Ps.
you can also print variables.()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file frprint-1.1.0.tar.gz.
File metadata
- Download URL: frprint-1.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f79266db9bf5c20759fb41a5e4ec42f19ef1e54540fdd3d61128af7299b3b74
|
|
| MD5 |
94c344bb03e4aa5cda621d3983a4d054
|
|
| BLAKE2b-256 |
f7638340eb76eb503b97fadf28b06328e97817b39f314a1add0ea17b17321fc5
|
File details
Details for the file frprint-1.1.0-py3-none-any.whl.
File metadata
- Download URL: frprint-1.1.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d429855692cbb06f3edc5339eb070004dc82c6ff99e576c48f522e9e96a35cc
|
|
| MD5 |
9f0cc2b48352db7bd16eae7a99961bb7
|
|
| BLAKE2b-256 |
c1bb0ac4f1d50f83f122bed5009599ad9203dc4b8649525f843a319f2faff7ce
|