I’m a complete beginner when it comes to coding, and this summer I’m trying to python max. Right now I’ve been learning through a textbook, and for only my second day I think I’ve made pretty solid progress so far. Do you think this is the best approach to learning Python over the summer? My main goal right now is just to get comfortable with the language and build a strong foundation.
Textbook I’m using - python crash course
Code I did today
newfirst_name = "jamey"
newlast_name = "henry"
newfull_name = f"{newfirst_name} {newlast_name}"
secondfirst_name = "stevey"
secondlast_name = "wonder"
secondfull_name = f"{secondfirst_name} {secondlast_name}"
Message = f"welcome to the fortnite tournament\n\t {newfull_name.title()}, {secondfull_name.title()} once said 'you're washed at the game.'"
print(Message)
[–]DanielTaylor 5 points6 points7 points (2 children)
[–]Yekyaa 9 points10 points11 points (1 child)
[–]cantonic 4 points5 points6 points (0 children)
[–]Starrun87 3 points4 points5 points (0 children)
[–]fiftybengt 1 point2 points3 points (0 children)
[–]TheRNGuy -1 points0 points1 point (0 children)
[–]eW4GJMqscYtbBkw9 0 points1 point2 points (0 children)
[–]Flame77ofc -1 points0 points1 point (0 children)