python 666

运行下面代码会输出什么?

__builtins__.我们来运行下这行代码看看="666"





#!/usr/bin/env python
# encoding: utf-8
def _666(_666):
    print(_666)
我们来运行下这行代码看看
_666(f'是不是非常的_666')

  

原文地址:https://www.cnblogs.com/c-x-a/p/8952487.html