+ 2
How long did it take you to know how to code in python?
python3
4 Réponses
+ 5
Wow. As for me, it was after I went through Python tutorials 2-3 times, I could code confidently 😂😂.
I wonder how other guys code in 5-9 different languages
+ 4
seriously, it took me time. Because I was forgetting some stuffs. As always practice, so I found out of this website could 'projecteuler' you should try it out. They give out challenges to solve. So slowly, as I was coding everyday, I became more confident.
I still 'growing' thou. From there i had the courage to get my self in challenges set by some people on sololearn. Even thou I'm still working on myself.
+ 1
i done the code:
users = {"admin":"AdminiRoot","user1":"Kotlin"}
for i in users:
print(i)
Is it means that i code?
+ 1
@Justine, I think i will do the same thing, still not confident with myself in coding.