#๐ HELP!
118 messages ยท Page 1 of 1 (latest)
@vernal crane
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
open as in run it?
ha?
what do you want to do?
why ide itself?
Because if I open it from file it wont work as I want
you could go to the terminal tab and write python .vscode/m.py
ohh youre building a website
I'll try THX
no it is not
its simple program
stuff I notice on this screenshot:
- save your file; it's not currently saved.
- uninstall Code Runner; just use the Python extension
- don't put files inside of
.vscode; this isn't invalid, but the.vscodedirectory is autogenerated and meant to contain settings files for this project.
u can check it above
alright
I didnt understand the 3rd
why is it in the apps directory
not supposed to be there
better to save it in the pythons one
aha
ok
i will delete it
I removed code runner
now it is not running
what ๐
wdym code runner
he just said it shouldnt be in that directory..
so what should I do?
uhm
do you have the Python extension installed?
sorry because my english look terrible
yes
this thing, I mean
I think that was the first thing I install in VSC
..
ู ุงุฐุง ุญุฐูุชุ
ุงูุช ุดุฏุฑุงู ุงูู ุงุชููู ุนุฑุจูุ
ููุง ุงูู ุชุฑุฌู ุทูู ููู ูุชุฑุฌู ุ
Oh, my profile
ูุนู ูุงู ูู ู ููู ุงูุดุฎุตู
yes
ู ูู ุฃุณุชุทูุน ุฅุฏุงุฑุฉ
Approximatley no arabic body spaek like that, most of people have deffirent accents
i know how to read and write arabic i just dont know the meanings
What is the benefit of that?
do u know how to read this? "ุซ"
ุฃูุง ู ุคู ู ุจุงูุฑุจ ุงููุญูุฏ ุงููู
yes
u belive the one god?
its really bad accent but Arabic really hard
yep
don't care now I want to solve that
yeah so what did you do
its running now but i cant do anything
it says that its running
but there is no program is working...
๐ค
can you copy paste the code here
ok
there is no problem in it however
phone_g = {"Amal" : 1, "Mohammed" : 2, "Komail" : 3, "Abdul" : 4, "Rawan" : 5, "Faisal" : 6, "Layla" : 7}
search_type = input("Enter search type(by name or by number) ")
if search_type == "name" or search_type == "by name":
name = input("Enter the name of the someone you want ")
if name in phone_g:
num1 = phone_g[name]
print("The num of name you entered is " + num1)
else:
print("The name isn't existed in phone guide")
elif search_type == "number" or search_type == "by number":
num = input("Enter the name of the someone you want ")
if num in phone_g:
name1 = phone_g[num]
print("The num of name you entered is " + name1)
else:
print("Check Your SPELLING!")
yes there isnt
it should be running in your terminal
it isnt working as expected
hold on when i put a name even if the spelling is right it still says check your spelling
well its not wrong with the code what did you do ๐ค
it is not really important
it print the same num that i enter
write number or name
right the word number
.
I cant bear that
just help me
send me a screen shot of your screen
it is not funny
i never said it was funny
thats weird
try running and debugging it
ok
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
