print tag

18 questions


1 answers
101 views
0
How do I print out % of special characters instead of "\" when printing?

printf(hello\%); //not like thisIf I use a backslash, it's too hard to see when there are too many special characters, so I want to know another way.I get the same result as that code, but is there a ...

2 years ago

1 answers
147 views
0
Output speed difference after the for statement result immediately vs for statement result list append (SW Expert question 3750)

Hi, how are you?There was a problem I didn't know while solving SW Expert Academy question 3750 I couldn't find a solution even if I googled, so I asked this question.The problem is that the unauthori...

2 years ago

1 answers
110 views
0
I can't write sideways on Python cmd

It works well if you run it on the jupyter like that, but if you make .exe with the same code, the print('@', end=') doesn't work I don't get an error and I'm just not doing anything. Why is this happ...

2 years ago

1 answers
79 views
0
I want to search all the subfolder files and make them into files, but the print and append values are different.

I'm going to create a project where I search all the subfolder files and make them into filesThe value comes out well if you print it, but when I added it to the list by append and returned the list, ...

2 years ago

2 answers
89 views
0
Self-Error when entering a string for a question that requires a decimal point

I make a code to enter the second decimal placeIf you enter a string, or if you enter a decimal point incorrectly, Print a print (Re-enter).You want to prompt again to enter the second decimal place.B...

2 years ago

2 answers
110 views
0
How to eliminate spacing due to Python print ','

a = input()print(a[:2],shprint(a[3:]Minutes)It comes out like this because I used and but how do I print out without spacing?(I want to minimize the running time!))

2 years ago

1 answers
107 views
0
[python] Assigning a dynamic left space in a print statement, eliminating \t when writing on the next line

Hello.When I printed out Python print, two things were inconvenient for a long time, but it wasn't fatal, but there were parts that kept bothering me, so I'm asking you a question!Question 1. Dynamica...

2 years ago

1 answers
96 views
0
I have a question about the Python string output

I wrote the code through the process from 2.1 to 2.3word = Love it or leave it.start = word[11:]end = word[11:16]May I know how to use the print of the last 2.4 question that should be in the last lin...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.