Level 1 : What will be the output of the following code


def days(**kwargs):
   for key, value in kwargs.items():
       print(key, value, end = " ")

days(Sunday = 1, Monday = 2, Tuesday = 3, Wednesday = 4)

Author: KaivalyaG | Tags: function | 1859+ Python FAQs | Share
string-slicing | dicts | import-method | docstring | exponentiation | identity-operator | complex | condition | implementation | def | compute | dictionary-methods | context-manager | introduction-to-threads | keyword | conditional-statement | else | list | bitwise-operator | design-principle | encoding | conditional-statements | booleans | inherit | indentation | generator | comment | complex-number | update | control-flow | type-conversion | threading | directory-operations | virtual-environment | built-in-function | access-modifier | working-with-binary-files-(rb,-wb) | type_conversion | conditional-statement | thread-synchronization | using-the-threading-module | version | data-structure | data-type | filter-function | list-comprehension | append | filtering-and-indexing | yield | defining-functions | stack | string-method | string | working-with-dates-and-times | boolean | while-and-for-loop | software-design | regex | regular-expressions | file-handling | using-os-and-pathlib-modules | sorted | assert | while-loops | rollback | using-yield-in-functions | swapping | walking-through-directories-using-os.walk() | int | touples | function-argument | data-type-conversions | enumerate() | recursion | object-attribute | datetime.date,-datetime.time,-datetime.datetime | odd-number | collections | pickling--unpickling | pandas | key-value-pairs | operand | raise | raise-statement | global-variable | map-function | name-mangling | integers | iterable | multiple-inheritance | reading-and-writing-files | syntaxerror | list-comprehensions | matrix | list-slicing | matrix-list-comprehension | async | operations | immutability | data_structure | random | creating-custom-modules | anchors-(^,-$) | class | working-with-temporary-files-using-tempfile | factorial-function | file_handling | basic | match | choice | dictionary-comprehensions | list,-set,-and-dictionary-comprehensions | tuples | decorator | string-formatting | list-comprehension | expression | installation | destructor | identity-operators-(is,-is-not) | encapsulation | precedence | round-function | postfix | time-series-with-pandas | operator-overloading | lambda-function | using-map()-for-transformations | string-concatenation | control-flow | formal-and-actual-parameter | constructor | comprehension | binary-operation | joining-and-merging-dataframes | mapping-function | lambdas | goto-function | class-decorators | __all__-attribute | type-conversion | list-method | logical-operator | methods | operators | math-copysign | comparison | package-management | identifier | difference-between-threads-and-processes | immutable-data-type | library | parameter | membership-operators-(in,-not-in) | python-syntax-and-structure | mutable | managing-directories-with-os-and-shutil | random-function | assignment-operators | method-overloading | namedtuple | indexing:-loc-vs-iloc | reading:-read(),-readline(),-readlines() | range | tuple | operator-or | introduction-to-multiprocessing | intering | function | parsing-with-strptime | return-statement | print | slicing | creating-and-starting-threads | exception-handling | unit-testing | functional-programming | counter | input-function | syntax-error | loop-control-statements | syntax | input-function | assignment-operator | dataframe-and-series-objects | string-method | default-arguments | control-statement | loop | collection | mathematical-function | error-handling | precedence-and-associativity | built-in | math | typeerror | identity-operator | string-methods | frozenset | indexing | python-history | join | error | class-and-inheritance | counter-function | list-vs-tuple | higher-order-function | invalid-list | dictionaries | formatting-with-strftime | string-iteration | sum-function | thread | classes | mathematics | boolean-and-non-boolean | matplotlib | list-join | recurssion | mysql | sys | array | slice | benefit | namespace | objects | strings | center | round | data-structures | using-assertions-(assertequal,-assertraises) | sets | arbitrary-arguments-(*args,-**kwargs) | list-mutation | opening-files-(open()) | python-repl | data-structures-in-python | conversion | memory | interpreter | working-with-file-paths | staticmethod | lambda-functions | polymorphism | binary | application | zip | virtual-environment | escape-operator | init | for | global-keyword | input | class-and-instance-variable | python | aggregating-data-with-functools.reduce() | list-indexing | set-operation | file-handling | built-in-modules | regular-expression | pep | type-conversion-and-casting | generators | advanced-file-operations | quantifiers-(*,-+,-?,-{}) | handling-missing-values-(fillna,-dropna) | string-formatting | copy | oop | file | boolean-masking | fabs-function | turtle | max-min | id-function | scientific-notation | string-manipulation | magic-method | variable | feature | datetime | debugging | python-module | single-inheritance | head-and-tail | class-and-object | data-types | function-and-scope | why-use-multiprocessing-over-threading?-(gil) | inheritance | command-line-parsing | heap-memory | tuple-unpacking | global | literal-characters-and-special-characters | integer | data-structure | lists | gil | tuple-methods | functional-programming | list-methods-and-slicing | format | multiprocessing | attribute | loop-control | operator | loops | python_version | dictionary | iterators | __future__ | arithmetic-expression | version-check | multiple-inheritance | with-statement | overriding-methods | deep-copy | python-django | shallow-copy | nested-loop | sorting-and-ranking | logical-operators | split | oops | static-method | pseudocode | string-slicing | using-join()-and-is_alive()-methods | error-handling | built-in-function | introduction-to-python | decimal | iterator | using-else-and-finally | __init_subclass__ | print-statement | test-discovery | numpy | memory-management | set | pass | thread-safe-data-structures-(queue.queue) | data-type | arithmetic-operation | descriptors | overflow | reading-and-writing-large-files-efficiently | zfill-function | numeric | lambda | call | python-operators | using-lists-as-stacks | bitwise | multiple-except-blocks | syntax-error | else-statement | global-variable | module | functions | operator-and | sys-module | sorting | exception | datatype | list-operation | expand-tab | statement | min-max-function | while-loop | method | sum() | bitwise-operator | zip-function | while-else-loop | asyncio-module | floats | min-function | asyncio | exception-handling | writing:-write(),-writelines() | floating-point-precision | multithreading | default-mutable-argument | generators-in-python | filter | logical-operation | logical-operator ...