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
- Entropy November 13, 2025
- The Unquiet Past November 12, 2025
- King Sorrow October 22, 2025