About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet35/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   31   32   33   34   35   36   37   38   ...   234
Bog'liq
python3 tutorial 060821094426

Waiting for the User 
The following line of the program displays the prompt and the statement saying “Press the 
enter key to exit”, and then waits for the user to take action − 
#!/usr/bin/python3 
input("\n\nPress the enter key to exit.")
Here, "\n\n" is used to create two new lines before displaying the actual line. Once the 
user presses the key, the program ends. This is a nice trick to keep a console window open 
until the user is done with an application. 
Multiple Statements on a Single Line 
The semicolon ( ; ) allows multiple statements on a single line given that no statement 
starts a new code block. Here is a sample snip using the semicolon- 
import sys; x = 'foo'; sys.stdout.write(x + '\n') 


Python 3 
19 
Multiple Statement Groups as Suites
 
Groups of individual statements, which make a single code block are called 
suites
in 
Python. Compound or complex statements, such as if, while, def, and class require a 
header line and a suite. 
Header lines begin the statement (with the keyword) and terminate with a colon ( : ) and 
are followed by one or more lines which make up the suite. For example − 
if expression :
suite 
elif expression :
suite
else :
suite
Command Line Arguments
 
Many programs can be run to provide you with some basic information about how they 
should be run. Python enables you to do this with 
-h

$ python -h 
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ... 
Options and arguments (and corresponding environment variables): 
-c cmd : program passed in as string (terminates option list) 
-d : debug output from parser (also PYTHONDEBUG=x) 
-E : ignore environment variables (such as PYTHONPATH) 
-h : print this help message and exit 
[ etc. ]
You can also program your script in such a way that it should accept various 
options. Command Line Arguments is an advance topic. Let us understand it.

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   31   32   33   34   35   36   37   38   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish