3 lines
82 B
Python
3 lines
82 B
Python
from __future__ import print_function
|
|
from __future__ import non_existent_feature
|
from __future__ import print_function
|
|
from __future__ import non_existent_feature
|