F&A Diskussionen
how to make a game with code??
0 Stimmen
2 AntwortenWhat is cross platform coading ?
0 Stimmen
2 AntwortenWeb project execution?
0 Stimmen
1 AntwortWhat 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 AntwortenHeute heiß
HTML/CSS questions
0 Votes
Certificate Problem
0 Votes
Find courses
0 Votes
How to learn css and html
0 Votes
what the hell is going on this lessons cause i cant undrstand anything on any of the lessons
0 Votes
C pointers
1 Votes