AlpacaHack Logo

Tag: Python

Sign InSign Up
Python

No description is available for this tag.

·Updated Jun 17, 2026
Python Challenges

Greetings i18n

Daily AlpacaHackTopic: PythonReleased: Jul 26, 2026

46 solves
Web

by

tchen

tchen

Only two languages are supported for now.

Beginner Hint
  • str.format is usually considered unsafe when the template string comes from user input. How can you abuse this?
  • If you want to know which attributes are available on a Python object, you can run the code locally and use print(dir(obj)).
greetings-i18n.tar.gz

Please sign in to submit the flag.

descriptionsolveswriteups