Toggle navigation
Home
India
States
Languages
Politics
Historical Monuments
Freedom Fighters
Independence Day
Scientists
Transportations
Imports and Exports
Agriculture
Army
Indian Presidents
World
Major Countries
Geographical Info
Richest Persons
Inspired Persons
Scientists
Wonders
Currency
Sports
Emblems
Tutorials
HTML
CSS
C-Language
Java
Java Script
PHP
Python
SQL
React Native
Pricing
Contests
Explore
Python
</> Python Tutorial
Introduction
Variables
Comments & Identifiers
Operators
List
Tuples
Dictionary
Sets
Conditional Statement
Control Statement
Continue Statement
Break
Pass
Strings
Arrays
Functions
150 Programmes
01 - 50
51 - 100
101 - 150
Practicals
100 Logic
Permutation
Lottery
ATM
Powerbill
Marklist
Taxi
Finance
Random Number
Pythagoras
1 - 50 Tasks
19. Python Program to Read given Address and Display it.
How does this program work?
This program is used to print the scanned address given by user using Python.
Here is the code
//To read the user Address and Display it
add
=
input
(
"Enter the address: "
)
print
(
"Address is: ",add
)
<< Previous
Next >>