This shows you the differences between two versions of the page.
ii:labs:02:tasks:03 [2021/11/08 00:19] radu.mantu [03. [50p] Solving a substitution cipher] |
ii:labs:02:tasks:03 [2024/11/01 10:59] (current) radu.mantu [03. [50p] Solving a substitution cipher] |
||
---|---|---|---|
Line 48: | Line 48: | ||
Remember ANSI codes? | Remember ANSI codes? | ||
<code bash> | <code bash> | ||
- | $ echo "\033[1;34m I'm blue, da ba dee, dabba daa-ee, dabba dee-a dabba da \033[0m" | + | $ echo -e "\033[1;34m I'm blue, da ba dee, dabba daa-ee, dabba dee-a dabba da \033[0m" |
</code> | </code> | ||
Line 64: | Line 64: | ||
Already done? Try [[https://ctflearn.com/challenge/238|this challenge]] as well. | Already done? Try [[https://ctflearn.com/challenge/238|this challenge]] as well. | ||
- | There are a lot more out there for you to find! | + | ---- |
+ | |||
+ | Alternatively, if you want to keep learning python, take a look at [[https://ocw.cs.pub.ro/courses/ep/labs/05|these labs]] for an introduction into //NumPy// (a fundamental module for numeric computation) and //matplotlib// (a module for plotting). | ||
</note> | </note> | ||