def wish(): n=input('some string') wish(n) can we define input at run time? Please advise and correct me with output | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

def wish(): n=input('some string') wish(n) can we define input at run time? Please advise and correct me with output

30th Aug 2018, 9:20 PM
kishore
9 Respostas
0
def wish(n): n=('enter some string') wish(n) i need to define my string at run time please advise me this code.
30th Aug 2018, 9:21 PM
kishore
0
yeah sure
30th Aug 2018, 9:42 PM
kishore
0
def wish(n): n=input('enter some string') wish(n) actually i need to give some string at runtime by passing n ..hope it is clear . thanks for responding.
30th Aug 2018, 9:44 PM
kishore
0
or else can you share a code that how to run a string or valur at runtime with defining intially in my file?
30th Aug 2018, 9:46 PM
kishore
0
gentleman , if you still not clear with my code please post a comment.
30th Aug 2018, 9:47 PM
kishore
0
need response please.
30th Aug 2018, 9:47 PM
kishore
0
exactly sir.
30th Aug 2018, 10:52 PM
kishore
0
Thank you so much for your help..
31st Aug 2018, 12:20 AM
kishore
0
its worked
31st Aug 2018, 12:20 AM
kishore