class Test def main is shared s = Stack() s.push('aoeu') t = s.peek assert t=='aoeu'