96 questions
class A: def aaa(self): return Nonedef aa(): a.aaa()a = A()print(aa())a = A()class A: def aaa(self): return Nonedef aa(): a.aaa()print(aa())When I use a function or class in Python, can I create a f...
If it's 10:15 as implemented in Everytime, I'd like to change it to only 1/4 color, which is 15 minutes, so how can I implement it?It is being implemented through textview.
I want to declare a variable in the for statement in Python and receive a value, so what should I do?for i in range(10):value_i = iprint(value_4)
if (Input.GetKeyDown(KeyCode.DownArrow)) { int current_health = 10; current_health += 30; Debug.Log (Recovery Potion Used +current_health);} The more I press it, the more I want to raise the blood....
I basically used double to store real numbers in Java.However, there are float and double variable types that store real numbers. You can enter double as soon as you initialize it.double a = 1.5;Like ...
I'm studying after looking at the example question, but I don't understand the question well.The result value and type of the next equationShould I write down the value and type separately?Number 1 - ...
I'm analyzing the nRF Beacon app in the market In the Update menu, Where are the major and minor values used for each?There is also setting the CALIBRATED RSSI value, but if I set this value, can I ma...
mAdvSettings = new AdvertiseSettings.Builder() .setAdvertiseMode( AdvertiseSettings.ADVERTISE_MODE_LOW_LATENCY ) .setTxPowerLevel( AdvertiseSettings.ADVERTISE_TX_POWER_HIGH ) .setConnectable( false...
Hello, we are currently making EditText, which is like a word processor.You must specify StyleSpan for each letter, so you should not apply the same Span for letters that are entered consecutively aft...
As far as I know, the integer value should be checked with isinstance(x, int);.However, when I wrote isinstance(x,str);, Unicode is not recognized as a string, so I can't do anything.What should I do?...
« | - 5 - | » |
© 2024 OneMinuteCode. All rights reserved.