9 questions
//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...
I want to extract the extension from the file path.Isn't there a proper function?
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...
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...
Is there a difference between the two?Google C++ Style Guide says to use .ccThere's no explanation.What would be good for Linux?
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?
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...
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...
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...
© 2024 OneMinuteCode. All rights reserved.