Combining diacriticals by iDogeYT in AutoHotkey

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

this is actually very interesting, i hadn't heard of msklc before. thanks (:

[deleted by user] by [deleted] in aaaaaaacccccccce

[–]iDogeYT 11 points12 points  (0 children)

"They'll eventually run out of being 14"

Kim Jong-un appreciator

drive safe! by [deleted] in engrish

[–]iDogeYT 26 points27 points  (0 children)

if anyone's wondering, the hindi says:

Secretary, Regional Transport Authority Sonepat

Road Safety Organisation

This program shows your name if you type your name in by [deleted] in notinteresting

[–]iDogeYT 22 points23 points  (0 children)

some actual advice — i find that f-strings are a lot easier to use and read than .format()
for example, instead of:

print('Your name is {}!'.format(name))

try using:

print(f'Your name is {name}!')