alias_qr_rainmaker@lemmy.world to Greentext@sh.itjust.works · 7 months agoAnon is a linguistlemmy.worldimagemessage-square52linkfedilinkarrow-up1260arrow-down114
arrow-up1246arrow-down1imageAnon is a linguistlemmy.worldalias_qr_rainmaker@lemmy.world to Greentext@sh.itjust.works · 7 months agomessage-square52linkfedilink
minus-squarealias_qr_rainmaker@lemmy.worldOPlinkfedilinkarrow-up8arrow-down2·7 months agolist comprehensions aren’t changed much. but a statement like dog = Dog(name="fido") is transpiled to the dog is now a Dog with name 'fido' the language uses backticks for strings. it handles nested stringly nicely because of it
list comprehensions aren’t changed much. but a statement like
dog = Dog(name="fido")is transpiled tothe dog is now a Dog with name 'fido'the language uses backticks for strings. it handles nested stringly nicely because of it