0% found this document useful (0 votes)
3 views1 page

Python Codes

Uploaded by

hashmialisan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Python Codes

Uploaded by

hashmialisan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

‫‪Python codes‬‬

‫خروجی‬ ‫کد‬ ‫توضیحات‬ ‫‪1‬‬


‫‪Hello world‬‬ ‫)"‪Print("Hello world‬‬ ‫برای چاپ یک متن‬ ‫‪2‬‬
‫به این کد متغیر میگویند‪ .‬با این کد میتوان‬
‫_‬ ‫"‪Name = "Alisan‬‬
‫اصالعات را ذخیره کرد‬ ‫‪3‬‬
‫به این کد متغیر میگویند‪ .‬با این کد میتوان‬
‫_‬ ‫‪Age = 15‬‬
‫اصالعات را ذخیره کرد‬ ‫‪4‬‬
‫‪Enter your name: …….‬‬ ‫)"‪Input("text‬‬ ‫برای وردی گرفتن از کاربر‬ ‫‪5‬‬
‫_‬ ‫‪#This is true‬‬ ‫برای یادداشت یا یادآوری‬ ‫‪6‬‬
‫>'‪<class 'str‬‬ ‫)‪type(text‬‬ ‫برای تشخیص نوع داده یک متغیر‬ ‫‪7‬‬
‫_‬ ‫‪Integer‬‬ ‫به معنی عدد صحیح )‪(int‬‬ ‫‪8‬‬
‫_‬ ‫‪Float‬‬ ‫به معنی عدد اعشاری )‪(float‬‬ ‫‪9‬‬
‫_‬ ‫‪String‬‬ ‫به معنی رشته )‪(str‬‬ ‫‪10‬‬
‫_‬ ‫‪Boolean‬‬ ‫به معنی بولین )‪(bool‬‬ ‫‪11‬‬
‫_‬ ‫‪True‬‬ ‫بولین یک (درست)‬ ‫‪12‬‬
‫_‬ ‫‪False‬‬ ‫بولین دو (غلط)‬ ‫‪13‬‬
‫با استفاده از این کد میتوانیم دو یا چند رشته‬
‫‪text text‬‬ ‫‪+ " " +‬‬
‫را به هم بچسبونیم‬ ‫‪14‬‬
‫این تابع تمام حروف های یک رشته را به‬
‫‪TEXT‬‬ ‫)(‪.Upper‬‬
‫حروف بزرگ تبدیل میکند‬ ‫‪15‬‬
‫این تابع تمام حروف های یک رشته را به‬
‫‪text‬‬ ‫)(‪.Lower‬‬
‫حروف کوچک تبدیل میکند‬ ‫‪16‬‬
‫این تابع به ما این امکان را میدهد که یک قسمت از‬
‫_‬ ‫)"‪replace( "World" . "Python‬‬ ‫رشته رو با مقدار دیگه ای جایگزین کنیم‬ ‫‪17‬‬

You might also like