Skip to content

Conversation

@piperwarrior
Copy link

No description provided.

print(f'The value of {sheet["A2"].value=}')
print(f'The value of {sheet["A3"].value=}')
print(f'The value of A2 is {sheet["A2"].value}')
print(f'The value of A3 is {sheet["A3"].value}')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you have an error running the original code? This code should work in 3.8 and above:

https://docs.python.org/3/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging

@piperwarrior
Copy link
Author

piperwarrior commented Mar 31, 2023 via email

@piperwarrior piperwarrior closed this by deleting the head repository May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants