- 1 Post
- 6 Comments
Joined 2 年前
Cake day: 2023年4月27日
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Manipulating data in bash is bad.
Why not? It seems like a well supported shell on windows that isn’t terrible.
Euphoma@lemmy.mlto Linux@lemmy.ml•Arch Linux Users at Risk Again as AUR Hit by Another RATEnglish1·4 天前Instead of someone accidentally ruining your pc, they intentionally ruin your pc!
def even(n: int) -> bool: code = "" for i in range(0, n+1, 2): code += f"if {n} == {i}:\n out = True\n" j = i+1 code += f"if {n} == {j}:\n out = False\n" local_vars = {} exec(code, {}, local_vars) return local_vars["out"]
scalable version
Running daws on linux is bad. Just go to win 11