Files
Machine-Learning-Collection/ML/Pytorch/GANs/ProGAN/test.py
2021-03-06 11:01:51 +01:00

6 lines
70 B
Python

def func(x=1, y=2, **kwargs):
print(x, y)
print(func(x=3, y=4))