Skip to content

Instantly share code, notes, and snippets.

@pralabhsaxena05
Created March 26, 2021 15:39
Show Gist options
  • Save pralabhsaxena05/3be84910eaf0cbf0e2cc6384a3cf3ac8 to your computer and use it in GitHub Desktop.
Save pralabhsaxena05/3be84910eaf0cbf0e2cc6384a3cf3ac8 to your computer and use it in GitHub Desktop.
result1 = eval('10 + 15')
result2 = eval('3 * 8')
print(result1)
print(result2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment