Skip to content
Python
Get Inputs
Initializing search
Python
Home
Code
Packages
Streamlit
Python
Python
Home
Code
Code
Access Modifier
Class
Conditional Statements
CSV file
Data Validation
Decorators
Dictionary
Enum
Error Handling
File IO
Functions
Get Inputs
Get Inputs
Table of contents
Get Single Input from User at runtime
Import
Lamda Functions
List
Loops
Map
Module
Operators
OS module
Set
String
Type Hinting
Variables
Packages
Packages
CustomTkinter
Doxctpl
Matplotlib
OpenPyXL
Read Data
Pathlib
PyQT
PySimpleGUI
pyRevit
Tkinter
Xlwings
Streamlit
Streamlit
Streamlit Layout
Streamlit workflow
Table of contents
Get Single Input from User at runtime
Home
Code
Get Inputs
Get Single Input from User at runtime
a
=
input
(
"enter name : "
)
print
(
a
)