Difference between revisions of "Python: input"

From wikieduonline
Jump to navigation Jump to search
(Created page with " input("Press Enter to continue...") == Related == * <code>read</code> == See also == * {{Python}}")
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
https://www.w3schools.com/python/ref_func_input.asp
  
 +
=== Examples ===
 
  input("Press Enter to continue...")
 
  input("Press Enter to continue...")
 +
 +
your_var_name = input("Press Enter your name to continue:")
  
 
== Related ==
 
== Related ==
Line 6: Line 10:
  
 
== See also ==
 
== See also ==
 +
* {{read}}
 
* {{Python}}
 
* {{Python}}
 +
 +
[[Category:Python]]

Latest revision as of 17:23, 3 March 2022

Advertising: