[Tutor] Formatting Prompts

1611kjb at gmail.com 1611kjb at gmail.com
Mon Jul 13 15:36:06 EDT 2020


The input() function allows for a prompt to be inserted to provide
information to the user. Can this string be formatted or does it just accept
ascii text? I'm shooting for something like:

 

.

Counter += 1

Input("This is attempt# ", counter)

.

 

I've tried several variations and nothing seems to work.

 

---Mike

 

 



More information about the Tutor mailing list