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