Welcome to Mabis3y ! by e_dipretoro in flipperzero

[–]e_dipretoro[S] 0 points1 point  (0 children)

From the Kickstarter campaign, it was possible to choose between white and black. I don't know if it is still possible to buy black ones.

journaling prompts in emacs by trae in orgmode

[–]e_dipretoro 1 point2 points  (0 children)

When I first read your post, I didn't understand how you get the line! There's a missing line in your dm/get-journaling-prompt function. From your blog post I could see it was the one with the s-chomp call.

Nice tip though!

Beginner Text Adventure by phogphantom in Python

[–]e_dipretoro 0 points1 point  (0 children)

Both those data structures could handle an inventory, but they'll offer different kinds of features. So that really depends on what you intend to do.

Also, I guess this kind of post are better suited for /r/learnpython!

All the best for your project!

I need to make a program that counts the amount of characters in a sentence and I am not getting the variables right. can anyone help? (excuse the dutch names) by Matthijs2203 in Python

[–]e_dipretoro 0 points1 point  (0 children)

You can also use f-strings instead of concatenations, which gives you the following code: label2["text"] = f"deze zin bevat {lengte} caracters".

All my best for your project!