#๐Ÿ”’ HELP!

118 messages ยท Page 1 of 1 (latest)

vernal crane
#

How can I open this program?

vagrant breachBOT
#

@vernal crane

Python help channel opened

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.

shrewd sparrow
vernal crane
#

ha?

shrewd sparrow
vernal crane
#

I want to run it

#

from IDE itself

shrewd sparrow
vernal crane
#

Because if I open it from file it wont work as I want

proven rune
shrewd sparrow
vernal crane
#

I'll try THX

vernal crane
shrewd sparrow
#

index.html?

vernal crane
#

its simple program

gloomy egret
# vernal crane How can I open this program?

stuff I notice on this screenshot:

  1. save your file; it's not currently saved.
  2. uninstall Code Runner; just use the Python extension
  3. don't put files inside of .vscode; this isn't invalid, but the .vscode directory is autogenerated and meant to contain settings files for this project.
vernal crane
#

u can check it above

shrewd sparrow
gloomy egret
shrewd sparrow
#

not supposed to be there

#

better to save it in the pythons one

vernal crane
vernal crane
#

i will delete it

#

I removed code runner

#

now it is not running

shrewd sparrow
#

what ๐Ÿ’€

shrewd sparrow
vernal crane
#

i installed py extintion

shrewd sparrow
vernal crane
#

so what should I do?

shrewd sparrow
#

uhm

gloomy egret
vernal crane
#

sorry because my english look terrible

vernal crane
gloomy egret
#

this thing, I mean

vernal crane
#

wait

#

it is running

#

but i cant use it

vernal crane
#

..

shrewd sparrow
vernal crane
#

ูˆู„ุง ุงู„ู…ุชุฑุฌู… ุทูˆู„ ูˆู‡ูˆ ูŠุชุฑุฌู…ุŸ

#

Oh, my profile

shrewd sparrow
shrewd sparrow
shrewd sparrow
vernal crane
shrewd sparrow
vernal crane
#

do u know how to read this? "ุซ"

shrewd sparrow
shrewd sparrow
vernal crane
vernal crane
#

don't care now I want to solve that

shrewd sparrow
vernal crane
#

it says that its running

#

but there is no program is working...

shrewd sparrow
#

๐Ÿค”

shrewd sparrow
vernal crane
#

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!")

shrewd sparrow
#

it should be running in your terminal

vernal crane
#

it isnt working as expected

shrewd sparrow
shrewd sparrow
shrewd sparrow
vernal crane
vernal crane
shrewd sparrow
#

i put 1

#

and i also tried Amal

vernal crane
#

no

#

"number"

shrewd sparrow
#

"by name or by number"

#

either ways i still put 1 but it still didnt work

vernal crane
#

right the word number

vernal crane
shrewd sparrow
#

tada

vernal crane
#

I cant bear that

shrewd sparrow
vernal crane
#

just help me

shrewd sparrow
vernal crane
#

it is not funny

shrewd sparrow
vernal crane
shrewd sparrow
vernal crane
#

I saved it

#

I'm sure

shrewd sparrow
vernal crane
#

ok

shrewd sparrow
vernal crane
#

wait

#

it was my fault

#

I runned the code

#

I should run the file

shrewd sparrow
#

i mean yeah?..

#

so does that mean your problem is solved now?

vernal crane
#

yer

#

yes

#

THX

#

close!

#

!close

vagrant breachBOT
#
Python help channel closed

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.