cristian mihai
Pentru a afla mai multe despre echipa stelara, vizitati starteam.

Python hex()

  • Posted 11 July 2022
  • By cristian mihai
  • 2
  • 262

The hex() function converts an integer number to the corresponding hexadecimal string.

[mai mult...]

Python hasattr()

  • Posted 14 June 2022
  • By cristian mihai
  • 5
  • 221

The hasattr() method returns true if an object has the given named attribute and false if it does not.

[mai mult...]

Python setattr()

  • Posted 14 June 2022
  • By cristian mihai
  • 3
  • 231

The setattr() function sets the value of the attribute of an object.

[mai mult...]

Python super()

  • Posted 14 June 2022
  • By cristian mihai
  • -1
  • 247

The super() builtin returns a proxy object (temporary object of the superclass) that allows us to access methods of the base class.

[mai mult...]

Python zip()

  • Posted 14 June 2022
  • By cristian mihai
  • -7
  • 321

The zip() function takes iterables (can be zero or more), aggregates them in a tuple, and returns it.

[mai mult...]

Python slice()

  • Posted 14 June 2022
  • By cristian mihai
  • -2
  • 283

The slice() function returns a slice object that is used to slice any sequence (string, tuple, list, range, or bytes).

[mai mult...]

Python sorted()

  • Posted 10 May 2022
  • By cristian mihai
  • -1
  • 236

The sorted() function sorts the elements of a given iterable in a specific order (ascending or descending) and returns it as a list.

[mai mult...]

Python locals()

  • Posted 10 May 2022
  • By cristian mihai
  • -2
  • 240

locals() method updates and returns the dictionary associated with the current local symbol table.

[mai mult...]

Python next()

  • Posted 10 May 2022
  • By cristian mihai
  • 8
  • 343

The next() function returns the next item from the iterator.

[mai mult...]

Python ord()

  • Posted 10 May 2022
  • By cristian mihai
  • -3
  • 344

The ord() function returns an integer representing the Unicode character.

[mai mult...]
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 19
  • Next

Statistici Autor

182 Solutii Create

74206 Vizualizari solutii

-609 Like-uri solutii

© Askit.ro, 2014 - 2025. All rights reserved. Done by Class IT