Python Forum
Confused by {} in Python code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Confused by {} in Python code
#1


I downloaded some Python code that has a line of code like this:

print('M = {}'.format(M))

where M is defined like this:

M = ((n - m) * np.log(np.linalg.det(Xp))) \
- (n_1 - 1) * (np.log(np.linalg.det(np.cov(X0)))) - (n_2 - 1) * (np.log(np.linalg.det(np.cov(X1))))

---

I'm confused what's going on with the "{}" inside the 'M = {}'.

What do the braces represent/do in this context?

Thanks very much in advance,

-O
Reply


Messages In This Thread
Confused by {} in Python code - by Oliver - Dec-03-2017, 03:21 PM
RE: Confused by {} in Python code - by Larz60+ - Dec-03-2017, 04:03 PM
RE: Confused by {} in Python code - by j.crater - Dec-03-2017, 04:06 PM
RE: Confused by {} in Python code - by Oliver - Dec-03-2017, 05:15 PM
RE: Confused by {} in Python code - by sparkz_alot - Dec-03-2017, 04:09 PM
RE: Confused by {} in Python code - by snippsat - Dec-03-2017, 04:11 PM
RE: Confused by {} in Python code - by j.crater - Dec-03-2017, 04:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  C++ programmer confused about why Python isn't working the way I intend Radical 2 733 Sep-15-2023, 04:21 AM
Last Post: Radical
  String int confused janeik 7 1,087 Aug-02-2023, 01:26 AM
Last Post: deanhystad
  I am confused with the key and value thing james1019 3 979 Feb-22-2023, 10:43 PM
Last Post: deanhystad
  Confused about python execution jpezz 4 1,393 Oct-09-2022, 06:56 PM
Last Post: Gribouillis
  Pandas confused DPaul 6 2,585 Sep-19-2021, 06:45 AM
Last Post: DPaul
  is and '==' i'm confused hshivaraj 6 2,733 Sep-15-2021, 09:45 AM
Last Post: snippsat
  Confused with 'flags' tester_V 10 4,944 Apr-12-2021, 03:03 AM
Last Post: tester_V
  Simple Tic Tac Toe but I'm confused Izith 1 2,206 Sep-26-2020, 04:42 PM
Last Post: Larz60+
  I am really confused with this error. Runar 3 3,040 Sep-14-2020, 09:27 AM
Last Post: buran
  Confused on how to go about writing this or doing this... pythonforumuser 3 2,503 Feb-10-2020, 09:15 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020