mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +07:00
5 lines
61 B
Python
5 lines
61 B
Python
import urllib
|
|
import urllib2
|
|
|
|
def foo():
|
|
return <caret>42 |