Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Custom Input Function Python

inputv='''
13
'''.splitlines()
inputc=0
def input(a=None):
global inputc
if a:print(a,end='')
inputc+=1
return inputv[inputc]


This post first appeared on SMARTMANOJ, please read the originial post: here

Share the post

Custom Input Function Python

×

Subscribe to Smartmanoj

Get updates delivered right to your inbox!

Thank you for your subscription

×