Guest User

Untitled

a guest
Jan 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "code",
  5. "execution_count": null,
  6. "metadata": {},
  7. "outputs": [],
  8. "source": [
  9. "def func_with_args(*args):\n",
  10. " for arg in args:\n",
  11. " print(arg)"
  12. ]
  13. }
  14. ],
  15. "metadata": {
  16. "kernelspec": {
  17. "display_name": "Python 3",
  18. "language": "python",
  19. "name": "python3"
  20. },
  21. "language_info": {
  22. "codemirror_mode": {
  23. "name": "ipython",
  24. "version": 3
  25. },
  26. "file_extension": ".py",
  27. "mimetype": "text/x-python",
  28. "name": "python",
  29. "nbconvert_exporter": "python",
  30. "pygments_lexer": "ipython3",
  31. "version": "3.6.7"
  32. }
  33. },
  34. "nbformat": 4,
  35. "nbformat_minor": 2
  36. }
Add Comment
Please, Sign In to add comment