مشق Variables ۔ مشق

محمداحمد

لائبریرین
Variables ۔ مشق

1. پائتھون شیل پر درج ذیل variables اسائن کیجے۔
کوڈ:
urduweb_name : 'user name'
urdu_web_posts : 'your total posts'
Flag : "your country name"
Mood : "mood"
 
Example:
 
urduweb_name : 'Ahmed'
urdu_web_posts : 7444
Flag : "Pakistan"
Mood : "muhtaat"

اب پرنٹ فنکشن کے ذریعے اس طرح کے جملے پرنٹ کروائیں۔ ویری ایبلز میں آپ اپنا ڈیٹا پرنٹ کروائیے۔
کوڈ:
At Urdu Mehfil my name is Ahmed.
I have posted 7444 posts yet.
I am from Pakistan
I am "muhtaat" now a days. :)

2۔ فرض کیجے ایک ہوٹل میں آپ 5 دن ٹھہرے جس کا یومیہ کرایہ 500 روپے (ہمارے ہاں روپے چلتے ہیں :) ) تھا۔ تو پھر اس معلومات کو استعمال کرتے ہوئے ویری ایبلز اسائن کیجے۔ ویری ایبلز کے نام درج ذیل ہیں۔

کوڈ:
rent_per_day
 
stay
 
total_rent

اور درج بالا تینوں ویری ایبلز استعمال کرتے ہوئے درج ذیل جملہ پرنٹ کروائیے۔

کوڈ:
I stayed at Hotel "Urdu Web" for 5 days and I spent an amount of Rs.2500 for my stay.
 
اپنے تین بہترین دوستوں کے نام اور تاریخ پیدائش متغیر (variable) میں محفوظ کریں جس کی ٹائپ اسٹرنگ ہو ۔اس کےبعد پرنٹ فنکشن کے ذریعے دونوں سٹرنگ کو ایک ہی کمانڈ میں پرنٹ کروائیں۔
 

عائشہ عزیز

لائبریرین
PHP:
>>> urduweb_name = 'Ayesha Aziz'
>>> urdu_web_posts = 18401
>>> Flag = 'Pakistan'
>>> Mood = '"Kamoosh"'
>>> print ("At Urdu Mehfil my name is", urduweb_name)
At Urdu Mehfil my name is Ayesha Aziz
>>> print ("I have posted",urdu_web_posts, "posts yet.")
I have posted 18401 posts yet.
>>> print ("I am from",Flag)
I am from Pakistan
>>> print ("I am",Mood, "now a days. :)")
I am "Kamoosh" now a days. :)
 

عائشہ عزیز

لائبریرین
PHP:
>>> rent_per_day = 500
>>> total_rent = 2500
>>> stay = '5 days'
>>> print ('I stayed at Hotel "Urdu Web" for',stay, "and I spent an amount of Rs.",total_rent, "for my stay.")
I stayed at Hotel "Urdu Web" for 5 days and I spent an amount of Rs. 2500 for my stay.
 

عائشہ عزیز

لائبریرین
اپنے تین بہترین دوستوں کے نام اور تاریخ پیدائش متغیر (variable) میں محفوظ کریں جس کی ٹائپ اسٹرنگ ہو ۔اس کےبعد پرنٹ فنکشن کے ذریعے دونوں سٹرنگ کو ایک ہی کمانڈ میں پرنٹ کروائیں۔
PHP:
>>> First_friend = 'Ayesha,'
>>> Second_friend = 'Aamna,'
>>> third_friend = 'Saima'
>>> birthday_of_first = '23/4/1992,'
>>> birthday_of_second = '11/7/1192,'
>>> birthday_of_third = '9/2/1992'
>>> print (First_friend, Second_friend , "and", third_friend, "are my best friends and their birthdays are",birthday_of_first , birthday_of_second , "and", birthday_of_third, "respectively.")
Ayesha, Aamna, and Saima are my best friends and their birthdays are 23/4/1992, 11/7/1192, and 9/2/1992 respectively.
 

مقدس

لائبریرین
PHP:
>>> urduweb_name= 'Muqqadas Hayyaat'
>>> urdu_web_posts= 20527
>>> Flag= 'UK'
>>> Mood= 'Innocent'
>>> print ("At Urdu Mehfil my name is", urduweb_name)
At Urdu Mehfil my name is Muqqadas Hayyaat
>>> print ("I have only posted", urdu_web_posts, "posts yet because I dont talk much.")
I have only posted 20527 posts yet because I dont talk much.
>>> print ("I am from", Flag)
I am from UK
>>> print ("I am",Mood, "as always.")
I am Innocent as always.
 
----------------------------------------------------------------
 
>>> rent_per_day= 500
>>> total_rent= 2500
>>> stay= '5 days'
>>> print ('I stayed at hotel "Urdu Web" for', stay, "and I spent an amount of Rs.",total_rent, "for my stay.")
I stayed at hotel "Urdu Web" for 5 days and I spent an amount of Rs. 2500 for my stay.
 
------------------------------------------------------------------------
 
>>> First_Name = 'Muqqadas'
>>> Second_Name = 'Helen'
>>> Third_Name = 'Sophie'
>>> birthday_first = '9/12/1985'
>>> birthday_second = '7/7/1985'
>>> birthday_third = '17/4/1985'
>>> print First_Name, ',' ,Second_Name, "and", Third_Name, "are childhood friends and their birthdays are",birthday_first, ',' ,birthday_second , "and", birthday_third, "respectively."
Muqqadas , Helen and Sophie are childhood friends and their birthdays are 9/12/1985 , 7/7/1985 and 17/4/1985 respectively.
 
اپنے تین بہترین دوستوں کے نام اور تاریخ پیدائش متغیر (variable) میں محفوظ کریں جس کی ٹائپ اسٹرنگ ہو ۔اس کےبعد پرنٹ فنکشن کے ذریعے دونوں سٹرنگ کو ایک ہی کمانڈ میں پرنٹ کروائیں۔

اب اس میں تھوڑی سی تبدیلی

ہر دوست کے نام اور تاریخ پیدائش کے لیے ایک پرنٹ فنکشن استعمال کرنا ہے یعنی تین لائن میں تین پرنٹ
 

محمداحمد

لائبریرین
PHP:
>>> First_friend = 'Ayesha,'
>>> Second_friend = 'Aamna,'
>>> third_friend = 'Saima'
>>> birthday_of_first = '23/4/1992,'
>>> birthday_of_second = '11/7/1192,'
>>> birthday_of_third = '9/2/1992'
>>> print (First_friend, Second_friend , "and", third_friend, "are my best friends and their birthdays are",birthday_of_first , birthday_of_second , "and", birthday_of_third, "respectively.")
Ayesha, Aamna, and Saima are my best friends and their birthdays are 23/4/1992, 11/7/1192, and 9/2/1992 respectively.

1192 ء :confused:

آپ کی ایک دوست تو بہت ہی قدیم ہیں۔ :)
 

مقدس

لائبریرین
اب اس میں تھوڑی سی تبدیلی

ہر دوست کے نام اور تاریخ پیدائش کے لیے ایک پرنٹ فنکشن استعمال کرنا ہے یعنی تین لائن میں تین پرنٹ

PHP:
>>> first_name='Muqqadas'
>>> second_name='Helen'
>>> third_name='Sophie'
>>> birthday_first='9/12/2012'
>>> birthday_second='7/7/1985'
>>> birthday_third='17/4/1985'
>>> print (first_name, "celebrated her birthday on", birthday_first,)
Muqqadas celebrated her birthday on 9/12/2012
>>> print (second_name, "was born in Birmingham on", birthday_second,)
Helen was born in Birmingham on 7/7/1985
>>> print ("My best friend", third_name, "was born on", birthday_third,)
My best friend Sophie was born on 17/4/1985
 

عائشہ عزیز

لائبریرین
اب اس میں تھوڑی سی تبدیلی

ہر دوست کے نام اور تاریخ پیدائش کے لیے ایک پرنٹ فنکشن استعمال کرنا ہے یعنی تین لائن میں تین پرنٹ

PHP:
>>> First_friend = 'Ayesha,'
 
>>> Second_friend = 'Aamna,'
 
>>> third_friend = 'Saima'
 
>>> birthday_of_first = '23/4/1992,'
 
>>> birthday_of_first = '23/4/1992,'
 
>>> birthday_of_third = '9/2/1992'
 
>>> print(First_friend, '''is my best friend and her date of brith is''',birthday_of_first,'''\n''',second_friend,"is also my best frined and her date of birth is", birthday_of_second,'''\n''',third_friend, "was my best friend and her date of brith is",birthday_of_third)
 
Ayesha, is my best friend and her date of brith is 23/4/1992,
 
Amna, is also my best frined and her date of birth is 11/7/1992,
 
Saima was my best friend and her date of brith is 9/2/1992
 

محمداحمد

لائبریرین
محمداحمد بھیا یہ والا دیکھیں۔ میں یہ پوچھ رہی تھی۔

اور پلیز صرف کاما اور فل اسٹاپ کی غلطیوں کا نظر انداز کر دیجئے گا۔
صابر بھیا میں نے ابھی کیا ہے وہ دیکھے گا۔ \n کو باقاعدہ کوٹس میں لکھنا پڑتا ہے۔ یہ بات سمجھ نہیں آرہی تھی۔
n\ کو کوٹس میں اس لئے لکھنا پڑتا ہے کہ یہ اسٹرنگ کے درمیان لائن بریک کا کام کرتا ہے اور اس پر اسٹرنگ کی طرح سے کوٹس لگانے پڑتے ہیں۔
آگے چل کر آپ ٪ کیرکٹر کی مدد سے اسٹرنگ اور ویری ایبلز کو کنیکٹ کر سکیں گی۔
 

موجو

لائبریرین
پہلی مشق
کوڈ:
>>> urduweb_name=mojoo
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    urduweb_name=mojoo
NameError: name 'mojoo' is not defined
>>> urduweb_name='mojoo'
>>> urdu_web_posts=882
>>> flag='Pakistan'
>>> mood='busy'
>>> print("At Urdu Mehfil my name is",sep,urduweb_name,".")
Traceback (most recent call last):
  File "<pyshell#5>", line 1, in <module>
    print("At Urdu Mehfil my name is",sep,urduweb_name,".")
NameError: name 'sep' is not defined
>>> print("At Urdu Mehfil my name is", urduweb_name)
At Urdu Mehfil my name is mojoo
>>> print("I have posted",urdu_web_posts,"posts yet.")
I have posted 882 posts yet.
>>> print("I am from", flag)
I am from Pakistan
>>> print("I am", mood)
I am busy
>>> print("I am",mood,"now a days.")
I am busy now a days.
 

موجو

لائبریرین
2
PHP:
>>> rent_per_day=500
>>> stay=5
>>> total_rent=stay*rent_per_day
>>> print("'I stayed at Hotel "Urdu Web" for"',stay,"and I spent an amount of R.S",total_rent,"for my stay")
     
SyntaxError: invalid syntax
>>> print("I stayed at Hotel,'"Urdu Web"')
     
SyntaxError: invalid syntax
>>> print("I stayed at Hotel "Urdu Web"")
SyntaxError: invalid syntax
>>> print("I stayed at Hoetel","Urdu Web")
I stayed at Hoetel Urdu Web
>>> print("I stayed at Hotel",'"Urdu Web'")
     
SyntaxError: EOL while scanning string literal
>>> print('I stayed at Hotel "Urdu Web" for',stay,"and I spent an amount of R.S:",total_rent,"for my stay")
I stayed at Hotel "Urdu Web" for 5 and I spent an amount of R.S: 2500 for my stay
>>>
 

موجو

لائبریرین
3
PHP:
>>> best_friend_name1='awais'
>>> best_friend_name2='ikram'
>>> best_friend_name3='yaqoob'
>>> best_friend_age1='30 October 1980'
>>> best_friend_age2='12 January 1983'
>>> best_friend_age3='20 July 1984'
>>> print('My Best friend',best_friend_name1,"and he born",best_friend_age1)
My Best friend awais and he born 30 October 1980
>>> print('My Best friend',best_friend_name2,"and he born",best_friend_age2)
My Best friend ikram and he born 12 January 1983
>>> print('My Best friend',best_friend_name3,"and he born",best_friend_age3)
My Best friend yaqoob and he born 20 July 1984
 
Top