Dyskusje Q&A
Math things and js
1 Głos
1 OdpowiedźGuys,m a IT student bt really dont know what are tha best career fields for me as m nt so much good on programming.What are the best fields for fast job placement and earning.M in confuse should i go through networking,or web tech through wordpress,or anything else.plz suggest me
0 głosów
6 odpowiedziBasic coding.
0 głosów
2 odpowiedziI 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 głosów
5 odpowiedzihi everyone,
I have learn basic java,c++ and eclipse more than 3 times, I know everything about basic, but what is next, is this for just making simple input/output programs?
I want to STEPUP but I Dont have any idea
I want to become a professional Android developer, pls give some suggestions.
q. only for experts
1 Głos
3 odpowiedziPopularne dzisiaj
C pointers
2 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes