Skip to main content

more easier to use for-print

Project description

Introducing "frprint"!

If we want to repeat using "print()" before,
We should use "for()" or spam "print()".
But now! we can use "frprint()"!

form

frprint(string type or variable,repeat times(optional,int type),Do not line break(True or False,Optional,Default = True))

how to use

It is very easy to use.
Just type frprint(), and put two variables in the "frprint()".
There's a 2 Type of frprint must need.
frprint() needs "text" and "int".
for an example,
  frprint("Hello python!",4)
  It is same with...

for i in range(4) :
    print("Hello python!")

Is same with,

frprint("Hello python!")

Yup. It goes like frprint(text,int,boolean(optional,Default value is True) ) If you write frprint like this...

frprint("Hello python!",4,False)

It goes like...

for i in range(4) :
    print("Hello word!", end=" ")

And this is all to use frprint()!
Ps.
you can also print variables.()

update log

1.2.3

If variable in frprint(), it will be work like this
example :

x = 10
frprint(x,5)

is same with...

for i in range(1,5 + 1) :
    print(x += i)

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

frprint-1.2.3.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

frprint-1.2.3-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file frprint-1.2.3.tar.gz.

File metadata

  • Download URL: frprint-1.2.3.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for frprint-1.2.3.tar.gz
Algorithm Hash digest
SHA256 6a841b7b9f65ff7ac937533dc743e2499f90ccbdce1c9da541fd68cd83fece93
MD5 5480f49d08d2761df214aac4a768ac86
BLAKE2b-256 27fdfd3bf0a3fffaec7127d7d1e68b8830507132a9f2777a67bb0a7e381cf5be

See more details on using hashes here.

File details

Details for the file frprint-1.2.3-py3-none-any.whl.

File metadata

  • Download URL: frprint-1.2.3-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for frprint-1.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 70ad3d11939c3f5effb1dbd5fcd2822524baa0298a2bbf9a892a114ecca99168
MD5 770a34d329661c361719b87f3bd80f67
BLAKE2b-256 228fa78eea39ff044224cee8891127f7d1bcac05f439bc226e3c29f8e9ade67b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page