我是 python 的新手,我在 sublime text 2 上执行 Hello World 代码时遇到了这个错误
Traceback (most recent call last):
File "G:\Python32\lib\runpy.py", line 142, in _run_module_as_main
mod_name, loader, code, fname = _get_main_module_details()
File "G:\Python32\lib\runpy.py", line 185, in _get_main_module_details
return _get_module_details(main_name)
File "G:\Python32\lib\runpy.py", line 114, in _get_module_details
code = loader.get_code(mod_name)
File "G:\Python32\lib\pkgutil.py", line 281, in get_code
self.code = compile(source, self.filename, 'exec')
File "G:\Python32\__main__.py", line 2
|
^
IndentationError: unexpected indent
[Finished in 0.1s with exit code 1]
请帮我