Level 9 : What will be the output of the below python code


def my_three(a, b, c):
    print(a, b, c)

a = {'a': "one", 'b': "two", 'c': "three" }
my_three(**a)

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