PRINTSHORTCUT 0.0.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

PRINTSHORTCUT 0.0.2

description:
GO TO MY bLOG FOR ADVANCE DETAILS:https://knpjg.blogspot.com/2020/07/my-own-python-shortcutio-libiary.html
HOW CAN WE WORKS WITH MY PACKAGE
YOU CAN IMPORT THE Shortcut PYTHON FILE
THIS IS A MAGIC PRINT AND INPUT FUNCTION LIBRARY, IT SUPPORTS VARROUS LANGAUGES SUCH AS TO SHORT PRINT AND INPUT FUNCTION.
THE FUNCTION ARE GIVEN BELOW
documentwrite(),ip(),cout(),printf(),P(),p(),and other you can see by help command
EXAMPLE
P("HELLO WORLD")#THE O/P IS-HELLO WORLD
IT ALSO OTHER PROGRMMING LANGUAGES PRINT STATEMENT
SUCH AS-JAVA,JAVASCRIPT,C,C++,
import System
System.out.print("hello")#THE O/P IS-HELLO
WHY IT IS MAGIC LIBRARY?
ANS-IF YOU WANT TO print one python file data in another python file ,then you simple import file name in your file
example-
my module or python file name is-praticeall
my progrmme is given below:
from Shortcut import *
A=1#YOU CAN USE VARIABLES
p(A,"hello")
my 2nd module or 2nd python file name is-pratice2
my progrmme is given below:
import Shortcut
import praticeall
Shortcut.p("KESHARI")
O/P
1 hello
KESHARI

MY 2ND FUNCTION WORKS LIKES A INPUT FUNCTION
IT ALSO TAKES INPUT
THE EXAMPLE IS:
s=cin("Enetr a number")
print(s)
s=i("Enetr a number")
print(s)
s=scanf("Enetr a number")
print(s)
Change Log
0.0.1(23/07/2020)
First Release

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.