name tag

9 questions


1 answers
154 views
0
Python undefined name 'Function name' error

//import randomprint (Name Generation)Main character = input()print The name of the main character f{Heroine})while 1: power = random.randrange(3, 9) health = random.randrange(5, 9) mana = random.rand...

2 years ago

1 answers
115 views
0
How to find file extensions with Python

I want to extract the extension from the file path.Isn't there a proper function?

2 years ago

1 answers
158 views
0
I'd like to know how to change the column name in Pandas.

I'm working on a diagram in the Pandas module, and the column name comes with $ in front of it.['$a', '$b', '$c', '$d', '$e', ...] -> ['a', 'b', 'c', 'd', 'e', ..].I want to remove all the $ before...

2 years ago

1 answers
135 views
0
I want to know how to use id, name, and class properties.

As the title says, I want to know how to use id, name, and class properties accurately.If you look at Mr. Yamoo's lecture, you often use the above attribute. Do I have to use the properties of the sto...


1 answers
145 views
0
Is .cc correct as C++ extension or .cpp correct?

Is there a difference between the two?Google C++ Style Guide says to use .ccThere's no explanation.What would be good for Linux?

2 years ago

1 answers
97 views
0
Hostname of URL in JavaScript

In JavaScript, for example, the URL isdocument.location.href = http://aaa.bbb.ccc.com/asdf/asdf/sadf.aspx?blahif you sayaaa.bbb.ccc.comI just want to bring this part, what should I do?

2 years ago

1 answers
137 views
0
How to find out the name of a computer?

Creating chat applications to write on the local network.Not Windows XP, Linux, and OS XI want to distinguish who left the message based on the computer name (such as Mwamwa's computer, Mine, etc.) se...

2 years ago

1 answers
144 views
0
How do I find out the user's name regardless of platform?

uname = getUserName()I'm looking for a function to figure out the user name in this way.I looked it upos.getuid works only on UNIX (and returns id, not name)pwd module is only available on Unix.I hope...


1 answers
72 views
0
I would like to know how to change the name of the file from '001.txt' to 'Hong Gil-dong-001.txt' or 'Im Kkeok-jeong-001.txt' freely.

I would like to know how to change the name of the file from '001.txt' to 'Hong Gil-dong-001.txt' or 'Im Kkeok-jeong-001.txt' freely. When there is a file named 001.txt When the character 'Hong Gil-do...

2 years ago

© 2024 OneMinuteCode. All rights reserved.