Ternary Operator For Conditional Assignment
This is another one of those ways to make your code more concise while still keeping it readable:
This is another one of those ways to make your code more concise while still keeping it readable:
The sintax
arr_list = [1, 5, 9] for i in range(len(arr_list)): print(f'Index: {i}; Value: {arr_list[i]}')
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...
This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.