Harry bhai, mai ye series kafi late dekh raha hu, lekin maza aa raha hai sikhne me. Aap ne is video me inaam ki baat ki lekin aap jo ye sab free me knowledge de rahe ho mai to bolta hu yehi inaam hai!! thank you so much bhai!!
@ritikkumar64834 жыл бұрын
dict = {"ingnore":"disregard intentionally","composition":"a creative work","intention":"resolution or determination"} print("enter the word") data1= input() print(data1, "means",dict[data1])
print("enter a word") inpnum = input() d1 = {"high":"up","below":"down","away":"far","close":"near"} print(d1[inpnum]) #Thank you harry for your great efforts . you make things look simple
@malujadhao7494 жыл бұрын
d2 = {"set":"a group of words","mutable":"that can change ","mortal":"which can die","immutable":"which cannot change"} var1 = str(input()) if var1 in d2: print(d2[var1]) else: print("don't write wrong word")
@ashishkumarbehera25432 жыл бұрын
tyg
@SPbhaiya073 жыл бұрын
8:00 Nhi bhai video boring nhi hai balki khuch concepts hi clear ho rhe hai *Thanks*
@arnabmitra8612 жыл бұрын
dict = {"immutable" :"unchanging over time or unable to be changed" , "conscious":"aware of and responding to one's surroundings" , "virtue":"behaviour showing high moral standards." , "flabbergasted":"greatly surprised or astonished."} word = input("Enter the Word : ") if word in dict: print(dict[word]) else: print("Not stored in dict") """Harry Bhai thanks for the classes really helpful, concepts are very clear...I have enrolled in paid courses but they are not even close to you , the way you teach is awesome, detailed and easy. Thanks bro """
@harshitachaurasia12464 жыл бұрын
spending quarantine well here
@fittvicky77964 жыл бұрын
Hii
@sadboisushi4 жыл бұрын
@@fittvicky7796 SIMP
@Xarvish0244 жыл бұрын
@@fittvicky7796 or koi kam nhi hai kya
@ideologybylakshya4 жыл бұрын
@@fittvicky7796 😒😒😒
@ideologybylakshya4 жыл бұрын
@AD. tech tech 😁😭❤️😁
@sumitsagarrr3 жыл бұрын
d1 = {"run": "bhagna", "walk": "chalna", "sleep": "sona", "sit": "baithna", "study": "padhna", "swimming": "tairna", "hindi synonyms of water": ("paani", "jal")} print("write the word here to find the hindi meaning") n = input() print("your hindi meaning is") print(d1[n])
@FlashCardsK-t8p3 жыл бұрын
thanks a lot
@thesiddhantsankhla2 жыл бұрын
Wah bete moj krdi
@rkpillai72684 жыл бұрын
d1={"parallel":"having the same distance continuously between them","lone":"having no companions","longitude": "the angular distance of a place east or west","smooth":"having an even and regular surface"} print("search the word") print(d1[input()])
@kanhataak12695 жыл бұрын
user=input('enter a world find a mean : ') dict={'argue':'लोगों का तर्क है', 'prove':'सिद्ध करना', 'tattle':'गपशप', 'believe me':'मुझ पर विश्वास करो'} print(dict[user])
@saket_saurav2 жыл бұрын
Harry sir, thanks for this wonderful series. Here's my attempt: dict={"Apple":"Fruit","Potato":"Vegetable","Mutton":"Meat","Milk":"Veg","Pizza":"Junk"} #print(dict) print("Enter your doubt.") inp=str(input()) #print(dict[inp])) print(inp,"is a", dict[inp])
@saurabhsuman17633 жыл бұрын
Sorry for late sir. Because I am trying to learn Python from your video(reference) since Wednesday. I am trying to learn everything. You are great. My code for dictionary is below mentioned. dt = {"Mutable": "Changeable", "Immutable": "Unchangeable", "parentheses": "Round Bracket", "Append": "Add something in end"} CWH = input("Enter your word:") print(dt[CWH])
@ghaziahshoeb3 жыл бұрын
have u completed it already???
@bobbyingle32533 жыл бұрын
Thank you so much Harry bhai for making this playlist.
@AFarmerOnly5 жыл бұрын
Hi, harry!!! I came to your channel randomly by searching "python tutorials playlist for beginner", and your playlist has a maximum number of videos, appreciate but it's still less make more video in the same playlist. anyway, awesome job bro. thanks
@Xarvish0244 жыл бұрын
i also thankyou very much
@MystikPrae2 жыл бұрын
dict = {"abandon":"leave","console":"comfort","recover":"to get back","rehabilitation":"a place for recovery","Pratik":"memory"} print("Enter a word from above sentence as your wish and " "get you meaning") word = input() print("The meaning of that word is " + dict[word]+ " Thank you") # code by Pratik Pokhrel and lots of love from Nepal,harry
@SarthakSakhala Жыл бұрын
dict1={} keys=input('enter your name=') values=input('enter your age=') dict1[keys]=values print(dict1)
@mohammedrizwan13354 жыл бұрын
dict = {"Harry" : "code man", "mutable" : "can change", "immutable" : "can not change", } n = input("search word : ") print(dict[n])
@yuvrajkari86474 жыл бұрын
I m getting error in this code . Error - word is not defined
@ronaksankhala094 жыл бұрын
Bhai I think error yours code
@yuvrajkari86474 жыл бұрын
@@ronaksankhala09 mai python 2.7 use krra hu toh isiliye aarha tha fir mai raw_input() kiya toh error ni de rha ab
@ronaksankhala094 жыл бұрын
@@yuvrajkari8647 ok Bhai 😊
@pragyadhaker41482 жыл бұрын
#find the wavelength(nm) of colour from VIBGYOR W = {"Red":"700nm", "Orange":"620nm", "Yellow":"560nm", "Green":"515nm", "Blue":"470nm", "Indigo":"440nm", "Violet":"410nm"} print("Enter a colour name from VBGYOR (first letter should be capital)") C1=input() C2=str(C1) a= str(W[C1]) print("Wavelength of",C2,"is",a) #Your contents are amazing, superb job bro, best wishes for your youtube channel and future, Keep going up👍👍
@zer9545 Жыл бұрын
print("Enter a age = ") age=int(input()) if age>18: print("You are eligible for driving licence") elif age==18: print("Please You should visit our office for pysical test as you are exact 18") else: print("You are not eligible for driving licence") print(age)
@mistryankit44343 жыл бұрын
dic = {"assist":" to give help or support to (a person, cause, etc);", "belief":"a principle, proposition, idea, etc, accepted as true", "combat":"a fight, conflict, or struggle", "differ":"to be unlike, dissimilar, or distinct in nature or qualities", "ethnic":" (Anthropology & Ethnology) relating to or characteristic of a human group having racial, " "religious, linguistic, and certain other traits in common"} print("Enter a word which you want to know with meaning: ") inp = input() print("Meaning of this word is: ", dic[inp])
@devanshtanwar40752 жыл бұрын
dic1={"mutable":"can changed","immutable":"cannot be changed","tentative":"uncertain or not definite" ,"abandoned":"left completely and no longer used or wanted","troop":"a large group of people or animals"} print("search word in the dictionary") wfd= (input()) print(dic1[wfd]) wfd= (input()) print(dic1[wfd]) wfd= (input()) print(dic1[wfd]) wfd= (input()) print(dic1[wfd]) #search only these words- mutable, immutable , tentative, abandoned & troop.
@vikashkumargupta66915 жыл бұрын
dicti={'Vikash': 30, 'Sneha': 28, 'Vaamika': 2} for i in dicti: name=input('Enter the Name:') print('Name is ',name,' and Age is: {}'.format(dicti[name]))
@chandrateja72873 жыл бұрын
Thankyou Harry bhai., You are motivating your students 😊😊
@TarunKumar-zc2bf Жыл бұрын
# create a dictionary and take input from the user and return the meaning of the word from the dictionary dic={"easy":"simple", "hard":"difficult", "okay":"yes", "tarun":"aadi", "sneha":"sakshi"} print(dic) n=input("Enter the word you want to search from the dictionary: ") print(dic[n])
@vanshika-w Жыл бұрын
d1 = {"Absence":"Unavailabilty of Something","Amount":"A collection of something","Chip":"A small and thin piece of large item" ,"Hostile":"An unfriendly person"} start = input("Enter any key: ") print(d1[start])
@BakCoder3 жыл бұрын
bhai maza aa raha hai dusro ke codes dekhke bahot kuch sikhne ko mil raha hai
@ishitasarkar45064 жыл бұрын
d1 = {"lol":"lots of love","melancholy":"another word for sadness","annoyed":"when somebody disturbs you", "adept":"skilled in his work"} print("enter a word") word = input() print(d1[word])
@kuldeepkushwaha92243 жыл бұрын
code run nhi kar raha hai apka
@riyalanjewar51204 жыл бұрын
Did it differently using get(). I hope this is also one of the solution dict = {"Pour" : "flow rapidly in a steady stream.", "charm" : "attracting", "luck" : "success or failure apparently brought by chance rather than through one\'s own actions", } inpword = input("search word : ") print(dict.get(inpword))
@tanishqchoudharyy3 жыл бұрын
look at mine , i too used get() but mine is a bit simpler.
@mehndidesighnes79893 жыл бұрын
.
@dpmgaming9318 Жыл бұрын
var1 = 18 print("whats your age") var2 = int(input()) if var2100: print("plzz enter a valid age") elif var1>var2: print("sorry you cant drive, you are under age") elif var1==var2: print("you are exact of 18, sorry we cant decide") else : print("oh you are above 18, it means you can drive") i did this is this correct i mean i am 4 years late xD but still
@saksham682672 жыл бұрын
d1={"fan":"pankha","light":"bulb","door":"darvaza","mirror":"kach","bucket":"balti"} print("the meaning of") s=input() print("is") print(d1[s])
@RDXSachinChaudhary2 жыл бұрын
d1 = {"Giveup":"To Leave", "Succes":"To Achieve Something", "Love":"Attraction", "Hate":"Not to Like someone" } print("Enter any word from the following to get the meaning (words are case sensitive) ""Giveup, Success, Love, Hate: ",) word = input() print("The Meaning of you chosen word is= " , d1.get(str(word)))
@historical_events4U2 жыл бұрын
Hello sir I'm from Myanmar I'm so happy for the videos that you are making
@mayanksankhala97882 жыл бұрын
dict = { "knife": "It is a sharp blade used to cut things ", "notebook": "It is a collection of pages", "bucket": "It is an item used to store water or some liquid", "box": "It is a container used to store things" } word = str(input("Enter the word of which you want meaning:")) print("Here is meaning of word: " + word + " -> " + dict[word])
@prasnikgroup44924 жыл бұрын
#hi harry, this is Nikhil a= {'prasoon':'he wants to be a billionre','nikhil':'He also wants to be a billionre', 'aakash':'he wants to be a army officer'} name=input(('enter any of name to know their goals')) print(a[name])
@johndhakal4955 жыл бұрын
x=int(input("Enter any Number")) if x%2==0: print(x," is even") else: print(x," is odd")
@ananthsb39554 жыл бұрын
dic = {"grab":"get it or have it or catch it", "exhaustive":"limited or over the limit or can't be taken anymore", "computer":"A machiene one day gonna replace human to machiene or helps in doing repeated works quickly", "python":"chota phataka bada dhamaka or the simpliest and widely used computer language"} opr = input("""Enter any word to know its meaning: grab exhaustive computer python """) print(dic[opr])
@joyramchowdhury78494 жыл бұрын
I am Joyram kanti Chowdhury.I am from Bangladesh. Your course is very much helpful to learn python. #import calendar #import dataclasses f2={"Abscond":"Run away,often taken something or somebody along","Abstruse":"Difficult to understand", "Accost":"Approach and speak to someone aggressively or insistantly ", "Accretion":"An increase by natural growth or addition","Adverse":"In an opposite direction", "Advocate":"A person who pleads for a person,cause or idea","Affluent": "Having an abundent supply of money or possessions of value","Alacrity":"Liveliness and eagerness", "Alias":"A name that has been assumed temporarily","Amorphous":"Having no definite form or distinct shape", "Annex":"Attach to"} #del f2["Sree"] #f3=f2.copy() #print(f2.items()) #print(f2.keys()) #del f2["Alias"] print("Enter your word : ") word = input() print("The meaning of the word is: ") print(f2.get(word))
@omersultan79845 жыл бұрын
d1 ={"apple":"saib","banana":"keela","mango":"aam","orange":"maalta"} print("enter some fruit name ") a1=input() print("same name of the fruit in urdu ",end='is ') print(d1[a1])
@quoteoftheday75264 жыл бұрын
d1 ={"apple":"saib","banana":"keela","mango":"aam","orange":"maalta"} print("enter some fruit name ") a2=input() print("same name of the fruit in urdu is ") print(d1[a2])
@asm59434 жыл бұрын
print("Welcome to Dictionary") d1 = {"invincible":"Insuperable","Invincible":"Insuperable", "car": "a vehicle","Car":"A vehicle"} print("search a word") n1 = input() print(d1[n1]) print("Thank you")
@ndaprep.51634 жыл бұрын
Wrong coding
@asm59434 жыл бұрын
@@ndaprep.5163 can you pls tell me, what is incorrect....cause the code is giving expected output. It would be helpful if you could correct the code.
@nishatrizwan2233 Жыл бұрын
print("enter your age=",end=" ") age=int(input()) if age>=18: print("true") elif age==30: print("""elder") else: print("below") # create a list and check the input is availbale in the list or not.have # we have to take a inout from keyboard
@Arjun_Singh_Rajput1213 жыл бұрын
sir i am new on your i am just started python thank you so much harry sir dic1={"arjun":"tea", "anjali":"tea","anshika":{"l":"cream roll"}} print(dic1["anshika"]) print("enter the name ") name=input() print(dic1[name])
@divyanshbalodhi56422 жыл бұрын
Mazaa aa gayaa sirji🙏
@lakshyayadav32792 жыл бұрын
Bhai maza aa raha hai is series me. Love your work
@KamalKumar-lr7wg5 жыл бұрын
dict = { "variable":"Temporary stored memory location", "constant":"Immutable variable", "datatype":"Type of Data", "keywords":"Reseerved Words" } print("Enter Word for Meaning: ") wrd = input() print(dict.get(wrd))
@sanketsoni59725 жыл бұрын
d1={"set":"group of numbers","metal":"a chemical element, such as iron or gold, or a mixture of such elements","python":"a very large snake that kills animals for food by wrapping itself around them and crushing them","organ":" a part of the body of an animal or plant that performs a particular job"} print("please enter name") n1=input() print(d1[n1])
@siddhiiiiiii2 жыл бұрын
Meaning={"Mutable":"Can change it", "Immutable":"Can't change it", "Array":"Collection of Similar type of data", "Process":"Program under execution"} Key = input("Enter the key: ") print(Meaning[Key])
@nomantahir21322 жыл бұрын
thankyou harry bhai. bohat help mil rhi ha appki videos se.
@aditikaushal50354 жыл бұрын
print("DICTIONARY") d={"adorable":"affection", "archives":"collection of historical documents", "abandon":"to give up", "boycott":"protest", "burst":"break open", "bury":"hide underground", "catch":"hold something", "complex":"many different connected parts", "diligent":"hard worker", "deposit":"collecting at safe" } print("enter the word:") inpword=input() print("meaning:",d[inpword])
@satysagar71094 жыл бұрын
Well Done Dear 👌👌👍👍❤️❤️❤️
@mrasadyt9294 Жыл бұрын
Harry bhai jb ap quiz ka question deaty ho mujhy smj nhi ata to mein comments deakh k smj leta hon because Mery English weak hy but mujhy ap ki smj Aa rhi hy maza Ata hy ap ki videos deakh k
@sameerverma31705 жыл бұрын
d2 = {"creasing":"crush", "sphere":"an object that is completely round as a ball", "intermediate":"the direction in between major directions", "symbols":"marks which have a particular meaning", "axis":"an imaginary line passing through two extreme points on a sphere around which it spins"} a = input("enter the word out of dictionary: ") print("meaning=",d2[a])
@badmintonsight56522 жыл бұрын
d1 = {} d2 = {"Immutable":"The things which we can't change" ,"mutable":"Which we can change","scale":"Object used in maths" ,"Cube":"A toy"} print("Enter your word:-") dict =input() print("It's meaning",d2[dict])
@HariomSingh-ei4fb3 жыл бұрын
It's great Harry bhIi♥️
@HarshMetkar4 жыл бұрын
Mobile pe pura code type karne mai bahot time jata hai, but yes sare exercises and quize karne mai maza aaraha hai n complete bhi ho raha hai.
@rahuulkhandelwal22212 жыл бұрын
Harry bhai, please share some more insight about particular use-cases, as it will strengthen understanding. thanks for this enormous good deeds!!
@arshtrivedi26914 жыл бұрын
print("Welcome To Virtual Dictionary") arsh = {"Abandoned": "Having been deserted or left", "Isthmus": "A narrow strip of land with sea on either side, forming a link between two larger areas of land", "Weird": "Unearthly", "Colonel": "A rank of officer in the army and in the US air force, above a lieutenant colonel and below a brigadier or brigadier general"} name =input("Enter the word :") print(arsh[name])
@dreamerb1 Жыл бұрын
Thank you harry bhai❤❤❤❤
@sahilakhan63142 жыл бұрын
dict={"genetics":"study about gene and heredity", "phenotype":" morphology ", " gene":"unit of heredity", "exhausted":" tired ", " magnificent":"elegant or splendid in appearance "} print(" enter your required word to know its meaning ") inpword=input() print(" meaning of required word is", dict[inpword])
@saranshtiwari85432 жыл бұрын
dict={"Book":"Knowledge", "Set":"Group of well defined objects", "List":"Mutable", "Tuple":"Immutable"} x=input("Enter the word you need to find form our dictionary : ") print(dict.get(x))
@dakshyadav72963 жыл бұрын
d1= {"mutable":"the thing which can change.", "immutable":"the thing which cannot change.", "module":"it is a file containg defination of python and statement too.", "python interpreter":"it is a virtual machine."} name = input("enter the name.") print(d1[name])
@nimikhan15473 жыл бұрын
Harry bhai ma ny video abi dekhi..and ma ny exercise b ki h.. Bht mza a rha is playlist ko dekhty hvy
@saurabhsahu7135 жыл бұрын
d1={"cadence":":A rythemic sequence or flow of sound in language..", "snippet":":A small pieace of somthing,especially information or news", "jurisdiction":":The official power to take legal decision or judgement", "diplomacy":":The activity of managing relationship between different countries"} print("Choose any word from these (cadence,snippet,jurisdiction,diplomacy) to know their meaning") print(d1.get(input()))
@deepchirag46044 жыл бұрын
sir how it is? actually i tried to take whole data from the user. -_-" that's why i used for loop d1={} n=int(input("How many data you want to enter in the dictionary? ")) for i in range(0,n): a=input("Enter Name: ") b=input("Enter its value: ") d2=d1.update({a:b}) print(d1) c=input("Enter the name to get data") print(d1[c])
@satysagar71094 жыл бұрын
👍👍👍👍👍
@NarutoUzumaki-jh1be3 жыл бұрын
D ={"Encyclopedia":"A book or set of books that give information about many subject", "Democracy":"A system in which the goverment of a country is elected by the people", "Expedite":"make something happen more quickly", "Arrogant":"Thinking that you are better and more important than other people"} print("search word you want:") print(D.keys()) word=input() print(D[word])
@rahulpal78804 жыл бұрын
My_Dictionary = {"Rest":"Relex","Common":"Usual","Beautiful":"Pretty","Bloom":"Flower,Blossom"} print (My_Dictionary[str(input ("Enter Your Word:))])
@abdurrabkhanIIT3 жыл бұрын
I know i am late but i tried, dict1 = {"variable":"A container that contains code","success":"never give up","ignore":"refuse to take notice of or acknowledge"} # print(dict1.keys()) print("Choose word for meaning", dict1.keys()) meaning = input() print(meaning, "means", dict1[meaning])
@cric_newsmaasi6953 жыл бұрын
dict={'mutable':'can change','immutable':'cannot change','dictionary':'pairs of keys and value','my laptop':'lenevo' ,'my mobile':'realme','dog':'barking','rehan':'kuchh na','massi':'biryani'} print("meaning of ") input=input() print("is") print(dict[input])
@NabinChaudhary-f2g Жыл бұрын
#Dictionary is nothing but key value pairs d1={} #d1-dictionary #print(type(d1)) d2={"Breakfast":"Egg, Bread & Tea","Food":"Dal,Bhat,Tarkari", "Lunch":"Mo:MO,Chowmein","Dinner":"Roti,Dal,Tarkari"} print("1.Breakfast") print("2.Food") print("3.Lunch") print("4.Dinner") print("What do you want to have:") inp=input() print(d2[inp]) #Thanks Harry Bhai
@kapilkukkar47764 жыл бұрын
Watching your python series from past 1 day... Such a nice work.
@rudrangbiswal50313 жыл бұрын
Hrry bhai bahut mazedaar course hai yeh python ka
@SiamNimda3 жыл бұрын
di={"come":"go","hello":"kitty"} print("enter your word") n1=input() print("the meaning of your word ",(di[n1])) Big fan vai
@Rohitkumar-dg9qi4 жыл бұрын
dict = {"file":"collections of items","edit":"change or modify","view":"to display","tools":"instruments"} data= input("enter the word : from th list: file,edit,view,tools ") print(dict[data])
@zonaahsan20085 жыл бұрын
d1={"software engr":"this is the branch of engreering which gives tecnology and information", "artitecture": "it is a collection of arts and design to the buildings","information":"it is the collection of the data" ,"data": "it is the collection of the facts and figures","mutable":"can change","immutable":"can not change" ,"typecasting":"any integers can change in to the string"} n1=input("enter your search word") print(d1[n1])
@रतनमिश्र4 жыл бұрын
dic = { "RM":"Ratan Mishra", "RS":"Rahul Sharma", "VR":"Vinay Rawat", "VB":"Vikas Bharadwaj", "India":{ "UP":"Uttar Pradesh", "MP":"Madhya Pradesh", "AP":"Arunanchal Pradesh" } } print("Enter the 2 alphabet you want to know meaning of ") var1 = input() print(dic[var1]) Love you Sir
@amitdudhankar62264 жыл бұрын
Harry Bhai Bahot maza aa raha hai yaar... Aise course aur banao please @CodeWithHarry
@mohammedrizwan13354 жыл бұрын
dict = {"Harry" : "code man", "mutable" : "can change", "immutable" : "can not change", } a = input("search word : ") b = a.capitalize() print(b, " = ", dict[b])
@ashishpandey12553 жыл бұрын
Awesome video Harry Bhai 👍
@suryanayak43232 жыл бұрын
Thanks bhai , your are my teacher
@nimikhan15473 жыл бұрын
Bht mza ata harry bhai jb ap asy session rakhty
@abhinavkatiyan89232 жыл бұрын
x=input("What do you want to find 1.List/Sets/Str ") Y=x.lower() d1={"sets":"put, lay, or stand (something) in a specified place or position", "list":"a series of names, figures, items, etc. that are written, printed or said one after another", "str":'Python has a built-in string class named "str" with many handy features (there is an older module named "string" which you should not use)'} print(d1[Y])
@sam_shorts22532 жыл бұрын
d = {"internship":"the position of a student or trainee who works in an organization," " sometimes without pay, in order to gain work experience or satisfy " "requirements for a qualification." , "goodies": "Food, Beds & More. Pay on Delivery.Types: Electronics, " "Clothing & Accessories, Appliances, Books", "invoke": " to call forth by incantation ","Corporate ": "Corporate " "means showing your customers the face of a building instead of the face of a person."} print("You can only search internship, goodies, invoke, Corporate. From this Dictionery ") d1 = input() print(d[d1])
@captaingrit4 жыл бұрын
oxford={"Bliss":"perfect happines", "tackle":"to stop","repercussion":"results", "notion":"idea","dexter":"skill"} search=input("enter what you want to search ") m=search.capitalize() print(m,"=",oxford[search])
@nakshithakkar35794 жыл бұрын
d1={"nakshi":"karving","harsh":"happines","bhoomi":"Earth","shrey":"credits","helly":"comet"} word = input("Enter the word:") print(d1[word])
@WrestlingBattle5 жыл бұрын
dictionary = { "Abject": " the most contemptible kind ", "Aberration": " a state or condition markedly different from norm", "Abjure": "formally reject", "Abrogate": "revoke formally"} word = input("Enter a word ") new = word.capitalize() print("Meaning: ", dictionary[new])
@venusgarg31273 жыл бұрын
d1={"list":"It is mutable","insert":"adding", "venus":" A star","class":" code"} word=input("Enter the word: ") print(" The meaning of your word is: ",d1[word])
@priyamaity18495 жыл бұрын
d = {"love":"cant live without each other", "like":"choice", "walk":"slowly run", "beleive":"trust"} n=input("enter any word: ") print(d[n])
@robinmanna39874 жыл бұрын
d1={"set":"well definedd collection of object", "muttable":"can change this word", "immuttable":"can not changes this word", "list":"thia is a data structure"} s1=input("enter your word : ") for i in d1.keys(): if i==s1: print(d1[i]) break else: print("no world like this")
@itengineer-t5j4 жыл бұрын
#modified """That's how we will dictate the TIMING in English Language""" dict={"4:00":"Its 4'o clock", "4:15":"Its quarter past 4", "4:30":"Its Half Past 4/Its Half to 5", "4:45":"Its quarter to 5",} timing=input("enter time like:") print(dict[timing])
@ADAwesome4 жыл бұрын
SIR, YOU ARE GREAT!
@Priya414844 жыл бұрын
sir can i use visual studio code please give me a heart then i understand
@ushasinha62804 жыл бұрын
U can use nothing happens in Text Editor Python Extension should be their i use Notepad++
@adarshsahu46382 жыл бұрын
d = {"abongation":"renouncing a belief of dactrine","aggarandize":"enhance power","alarcity":"eagerneess","archetypal":"quintessential of a certain kind"} print("enter the word") word=(input()) print(d[word])
@adarshsahu46382 жыл бұрын
can you check this??
@mohammedaqibi40405 жыл бұрын
Bahut maza aaraha hai bhai 1 dum enjoy kar rahen hain seekhte seekhte😍😍😍😍😍😍
@mayukh6639 Жыл бұрын
print("enter any word:") n1=input() dict = {"Mutable": "we can change", "enthusiastic": "full of energy", "able": "can do anything", "MK2": {"B": "MAGGIE", "L": "ROTI"}} print(dict.get(n1)) HARRY BHAI please check and reply me
student_data ={"vijay":32,"shyam":99,"sanket ":100} print("enter the name to know marks") name = input() print(name,"got this mark ",(student_data[name]))
@abhinavbansal78984 жыл бұрын
print("Welcome to Abhinav dictionary") dictionary = {"mutable":"can be changed", "immutable":"cannot be changed", "op":"over powered"} print(dictionary["mutable"])
@ajaysharma55i3 жыл бұрын
d={'mutable':'can be chane','immutable':'cannot change','variable':'it is a container','python':'programing language'} a=input('enter the letter to find the meaning of it ') print('the maening of the given word is',d[a])
@meeninathdhobale71546 жыл бұрын
Harry Bhai bohat majaa aa raha hain 👍👍
@pratikpatidar44523 жыл бұрын
oxford={"claustrophobia":"feeling fear in closed space like lifts","amendment":"a change in the words of a document","toxicity":"the fact of being poisonous"} print("words: claustrophobia amendment toxicity") search=input("enter the word to be searched ") if search in oxford: print(oxford[search]) else: print("word not found")
@pratikpatidar44523 жыл бұрын
program to find word meaning present in dictionary. if word is not in dictionary then it shows word not found. i hope u like this program.
@SatyamTechnicalTyagi2 жыл бұрын
d1= {"Thermal":"It is a word from greek language which is used to denote and indicate the heat", "Temperature":"It is a a word which show the degree of hotness", "Thermometer":"Degree of hotness and coldness", "Define":"To explain something"} a = input("enter the value:") print(d1[a])