Maelstrom
January 05, 2018
Central Processing Unit announced another new album, Alph4 from Maelstrom. It's also available on a limited 12 inch. It comes out on 16th February.
- Followed exercise six, creating multiple strings and text in Python.
- Two hours of written Japanese
Today I learnt that you need to use single quotes when inserting text (that you have not declared as variables) into strings.
print "Mary had a little lamb.
print "Its fleece was white as %s." % 'snow' (not a variable - so I use single quotes)
Recent Entries
- Filter First, Think Later February 21, 2026
- Five Hundred Bugs That Fuzzers Missed February 20, 2026
- Gemini 3.1 Pro and the 0.1 That Matters February 19, 2026