code tag

445 questions


1 answers
76 views
0
This is a question related to python indication.

The Python indication through the visual studio code is displayed1) 1) ->2) - - - -There are two. What is the difference between these two marks?-- When running -print (years), there is no mistake ...


2 answers
83 views
0
Can I turn Java to VSCODE? What is your favorite program and what language do you use as your main focus?

I went to an academy recentlyI'm learning Python and Java.They both use a program called Spider, Eclipse.I like VSCODE because it's much more comfortable and UX is cleanIt seems that good academies us...

2 years ago

1 answers
73 views
0
I have a question because the input() function is weird.

HelloIt's Corinne.I'm studying Python while watching the Fast Campus web development lecture, but the input() function doesn't move as I want, so I'm asking you a question.I downloaded the version of ...

2 years ago

1 answers
96 views
0
pytorch import problem

I installed the pytorch properly, and I was using it without any problems with VScode.But since yesterday, suddenlyimport torchModuleNotFoundError: No module named 'torch'An error occurs. But the stra...

2 years ago

1 answers
102 views
0
The entered variable will appear once more.

a=(10, 'Hong')b=(11), 'im')c=(12), 'HAN'dic = dict((a, b, c))print ('Student Information:', dic)while True: x=int (input('Enter academic year:')) if x < 0: print (End Program) break elif x in dic: ...


1 answers
104 views
0
Ask a question about the c language source code.

There are three conditions that I want to fill out.The first line has written the code.Second, res was used. By the way, where should I put the res++; code?Please tell me the location. AndHow do I mak...

2 years ago

1 answers
93 views
0
IndentationError Question

The following code was written to solve the Montyhole problem with Python.for _ in range(trial): Gift = random.randomint (0, 2) player_choice = random.randint(0, 2) Fail = [] for i in range(3):       ...


2 answers
55 views
0
Python vs. Code Virtual Environment Execution Question!

If you set up a virtual environment, it should float like that, but I don't float like the bottomIt floats like thisI changed the course and ran itIt's being executed like this, but I don't know if th...

2 years ago

1 answers
64 views
0
There is an error trying to set the php executable path in vcode.

I set it like that when I first installed the vscode and edited the php file, I got a message asking me to set the path, but there is an error. I'm asking you a question because I don't know even if I...

2 years ago

1 answers
77 views
0
Check for non-overlapping values with Python tea sets.

Hi, everyone.I am a beginner among beginners who have only started studying Python by myself for about a month.I was making a program because I thought of oneEnter the values in the first and second t...

2 years ago
« - 44 - »

© 2024 OneMinuteCode. All rights reserved.