F&A Diskussionen
What is the output of this code?
0 Stimmen
1 AntwortWhy kotlin instead of java?
2 Stimmen
1 AntwortWhy this code runs?:
nums = [4, 5, 6]
msg = "Numbers: {} {}". format(nums[0], nums[1], nums[2])
print(msg)
Numbers:4, 5.
Byt the code:
nums = [4, 5, 6]
msg = "Numbers: {} {} {} {}". format(nums[0], nums[1], nums[2])
print(msg)
leading to error?
IndexError: tuple index our of range
1 Stimme
3 AntwortenIs it possible to make my code run without having to press Enter on my IDE? For example: if I'm making a calculator and I want the calculations to be made as soon as I press "=" after typing the numbers and the operator?
Say I wanted to add two numbers: can it calculate automatically as soon as I write "2+3=" without having to press Enter?
0 Stimmen
5 AntwortenHow do i make an int have words
0 Stimmen
2 AntwortenFavorite?
0 Stimmen
2 AntwortenIm having an issue working with directories. My issue is with importing .csv files. I use the code indicated in the documenration--pd.read_csv,()--for ipython but i keep getting the error message stating the file does not exist. Any general ideas of what i might be doing wrong?
2 Stimmen
2 AntwortenI dont unserstand the output if this code :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[0], nums[1], nums[2])
print(msg)
4 4 6
but when I do :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[1], nums[1], nums[2])
print(msg)
it gives me
5 5 6
is there a priority in the Reading ?
0 Stimmen
5 Antworteni dont know what should i do
1 Stimme
1 AntwortHeute heiß
Using Python on VScode
2 Votes
Python Developer
0 Votes
Wayss
0 Votes
fully dynamic arrays
1 Votes
Guys who tell me
0 Votes
Coding apps
0 Votes
Hearts
0 Votes