Issues Show Open Show All Search
Login Remember me? Register Lost your login?
Help Roundup docs
#! /usr/bin/env python3 #-*- coding: UTF-8 -*- def test(**foo): print(foo) # in This code I see an unespected warnig message "undefined foo" on line: print(foo). in the equivalent code in python2, there are no warning for line: print foo
Powered by Roundup 1.6.1