Skip to content

Instantly share code, notes, and snippets.

@romainberger
Created October 3, 2019 13:07
Show Gist options
  • Save romainberger/76b50587cede1116fab467b565a05b99 to your computer and use it in GitHub Desktop.
Save romainberger/76b50587cede1116fab467b565a05b99 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
monsieurX = {'nom': 'X', 'prénom': 'Monsieur', 'age': 47}
print monsieurX['age']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment