Retired

They are the same (retired)

Description:

The task is to write the function is_same that checks whether two given arguments refer to the same object.

The function should return True if both arguments refer to the same object, and False otherwise.

Example:

>>> is_same(10, 10)
True
>>> is_same(10, 10.0)
False
Fundamentals

Stats:

CreatedDec 29, 2024
Warriors Trained56
Total Skips5
Total Code Submissions152
Total Times Completed46
Python Completions46
Total Stars2
% of votes with a positive feedback rating70% of 30
Total "Very Satisfied" Votes16
Total "Somewhat Satisfied" Votes10
Total "Not Satisfied" Votes4
Total Rank Assessments29
Average Assessed Rank
8 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • user2135655 Avatar
Ad