Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

import m1 

import m2 

import m3 

 

a = 5 

b = 6 

 

assert m1.m1a == 1 

assert m2.m2a == 1 

assert m3.m3a == 1